Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIIntentReceiver.aidl32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
DIntentSender.java122 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
DBroadcastReceiver.java107 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java47 private View sticky; field in StickyHeaderScrollView
DStickyHeaderListView.java55 private View sticky; field in StickyHeaderListView
/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/services/core/java/com/android/server/am/
DPreBootBroadcaster.java135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
DBroadcastRecord.java72 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
DBroadcastQueue.java655 boolean ordered, boolean sticky, int sendingUser, in performReceiveLocked()
DActivityManagerService.java13278 Intent sticky = allSticky != null ? allSticky.get(0) : null; in registerReceiverWithFeature() local
13621 boolean sticky, int callingPid, in broadcastIntentLocked()
13637 boolean ordered, boolean sticky, int callingPid, int callingUid, in broadcastIntentLocked()
14465 boolean serialized, boolean sticky, int userId) { in broadcastIntent()
14477 boolean serialized, boolean sticky, int userId) { in broadcastIntentWithFeature()
14516 String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, in broadcastIntentInPackage()
17059 String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, in broadcastIntentInPackage()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java44 private View sticky; field in StickyHeaderRecyclerView
/frameworks/base/core/java/android/app/
DLoadedApk.java1681 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive()
1736 boolean ordered, boolean sticky, int sendingUser) { in Args()
1869 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive()
DIApplicationThread.aidl101 boolean sticky, int sendingUser, int processState); in scheduleRegisteredReceiver()
DPendingIntent.java336 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
DIActivityManager.aidl140 int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntent()
144 …g[] excludePackages, int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntentWithFeature()
DActivityManagerInternal.java417 String requiredPermission, Bundle bOptions, boolean serialized, boolean sticky, in broadcastIntentInPackage()
DActivityThread.java788 boolean ordered, boolean sticky, IBinder token, int sendingUser) { in ReceiverData()
1262 boolean sticky, int sendingUser, int processState) throws RemoteException { in scheduleRegisteredReceiver()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java263 public boolean sticky; field in Keyboard.Key
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java992 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent()