am b3e37b3b: am c1a49b50: Merge "Fix issue #22479881: Nexus 6 randomly rebooting every few hours with..." into mnc-dev

* commit 'b3e37b3b07ab5923143470bd536922fa525a72cc':
  Fix issue #22479881: Nexus 6 randomly rebooting every few hours with...
This commit is contained in:
Dianne Hackborn
2015-07-15 23:51:39 +00:00
committed by Android Git Automerger

View File

@@ -19,7 +19,7 @@ package com.android.internal.widget;
import android.os.IBinder;
/** {@hide} */
interface IRemoteViewsAdapterConnection {
oneway interface IRemoteViewsAdapterConnection {
void onServiceConnected(IBinder service);
void onServiceDisconnected();
}