Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/content/
DIIntentReceiver.aidl31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
DIntentSender.java118 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
DBroadcastReceiver.java251 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DBroadcastTest.java314 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/
DBatteryMeterView.java175 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/
DBroadcastRecord.java52 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
DBroadcastQueue.java447 boolean ordered, boolean sticky, int sendingUser) throws RemoteException { in performReceiveLocked()
DActivityManagerService.java11648 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/
DLoadedApk.java797 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()
DPendingIntent.java227 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
DIApplicationThread.java115 boolean sticky, int sendingUser, int processState) throws RemoteException; in scheduleRegisteredReceiver()
DApplicationThreadNative.java1116 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
DActivityThread.java376 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData()
895 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
DIActivityManager.java111 … int appOp, Bundle options, boolean serialized, boolean sticky, int userId) throws RemoteException; in broadcastIntent()
DActivityManagerNative.java3038 boolean sticky, int userId) throws RemoteException in broadcastIntent()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java252 public boolean sticky; field in Keyboard.Key
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java1753 boolean ordered, boolean sticky, int sendingUser) { in performReceive()