| /frameworks/base/core/java/android/content/ |
| D | IIntentReceiver.aidl | 31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
|
| D | IntentSender.java | 118 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
| D | BroadcastReceiver.java | 251 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult()
|
| /frameworks/base/core/tests/coretests/src/android/app/activity/ |
| D | BroadcastTest.java | 314 Intent sticky = getContext().registerReceiver(null, filter); in testSetSticky() local 330 Intent sticky = getContext().registerReceiver(null, filter); in testClearSticky() local 344 Intent sticky = getContext().registerReceiver(null, filter); in testReplaceSticky() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/ |
| D | BatteryMeterView.java | 175 final Intent sticky = getContext().registerReceiver(mTracker, filter); in onAttachedToWindow() local 178 mTracker.onReceive(getContext(), sticky); in onAttachedToWindow() local
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | BroadcastRecord.java | 52 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
|
| D | BroadcastQueue.java | 447 boolean ordered, boolean sticky, int sendingUser) throws RemoteException { in performReceiveLocked()
|
| D | ActivityManagerService.java | 11648 boolean sticky, int sendingUser) { in performReceive() 16303 Intent sticky = allSticky != null ? allSticky.get(0) : null; in registerReceiver() local 16517 boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) { in broadcastIntentLocked() 17021 boolean serialized, boolean sticky, int userId) { in broadcastIntent() 17044 String requiredPermission, Bundle options, boolean serialized, boolean sticky, in broadcastIntentInPackage()
|
| /frameworks/base/core/java/android/app/ |
| D | LoadedApk.java | 797 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() 842 boolean ordered, boolean sticky, int sendingUser) { in Args() 957 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
| D | PendingIntent.java | 227 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
| D | IApplicationThread.java | 115 boolean sticky, int sendingUser, int processState) throws RemoteException; in scheduleRegisteredReceiver()
|
| D | ApplicationThreadNative.java | 1116 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
|
| D | ActivityThread.java | 376 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData() 895 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
|
| D | IActivityManager.java | 111 … int appOp, Bundle options, boolean serialized, boolean sticky, int userId) throws RemoteException; in broadcastIntent()
|
| D | ActivityManagerNative.java | 3038 boolean sticky, int userId) throws RemoteException in broadcastIntent()
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | Keyboard.java | 252 public boolean sticky; field in Keyboard.Key
|
| /frameworks/base/cmds/am/src/com/android/commands/am/ |
| D | Am.java | 1753 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|