Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIIntentReceiver.aidl32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
DBroadcastReceiver.java119 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult()
127 boolean ordered, boolean sticky, boolean assumeDelivered, IBinder token, in PendingResult()
DIntentSender.java143 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
/frameworks/base/core/tests/coretests/src/android/app/activity/
DBroadcastTest.java321 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testSetSticky() local
337 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testClearSticky() local
351 Intent sticky = getContext().registerReceiver(null, filter, Context.RECEIVER_EXPORTED); in testReplaceSticky() local
/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/services/core/java/com/android/server/am/
DPreBootBroadcaster.java135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
DSameProcessApplicationThread.java66 String data, Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in scheduleRegisteredReceiver()
DBroadcastSentEventRecord.java66 public void setSticky(boolean sticky) { in setSticky()
DBroadcastController.java509 Intent sticky = allSticky != null ? allSticky.get(0).intent : null; in registerReceiverWithFeatureTraced() local
715 boolean serialized, boolean sticky, int userId) { in broadcastIntentWithFeature()
763 boolean serialized, boolean sticky, int userId, in broadcastIntentInPackage()
797 boolean ordered, boolean sticky, int callingPid, int callingUid, in broadcastIntentLocked()
823 boolean ordered, boolean sticky, int callingUid, int realCallingUid, int userId) { in traceBroadcastIntentBegin()
859 BroadcastOptions brOptions, boolean ordered, boolean sticky, int callingPid, in broadcastIntentLockedTraced()
DProcessCachedOptimizerRecord.java264 void setFreezeSticky(boolean sticky) { in setFreezeSticky()
DBroadcastRecord.java105 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
432 String resultData, Bundle resultExtras, boolean serialized, boolean sticky, in BroadcastRecord()
DActivityManagerService.java14377 boolean sticky, int callingPid, in broadcastIntentLocked()
14395 boolean serialized, boolean sticky, int userId) { in broadcastIntent()
14407 boolean serialized, boolean sticky, int userId) { in broadcastIntentWithFeature()
17216 boolean serialized, boolean sticky, int userId, 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.java1715 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive()
1725 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive()
1783 boolean ordered, boolean sticky, boolean assumeDelivered, int sendingUser, in Args()
1920 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive()
DIApplicationThread.aidl114 boolean sticky, boolean assumeDelivered, int sendingUser, int processState, in scheduleRegisteredReceiver()
DPendingIntent.java370 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
DIActivityManager.aidl190 int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntent()
194 …g[] excludePackages, int appOp, in Bundle options, boolean serialized, boolean sticky, int userId); in broadcastIntentWithFeature()
DActivityManagerInternal.java641 boolean serialized, boolean sticky, @UserIdInt int userId, in broadcastIntentInPackage()
DActivityThread.java871 boolean ordered, boolean sticky, boolean assumeDelivered, IBinder token, in ReceiverData()
1510 boolean sticky, boolean assumeDelivered, int sendingUser, int processState, in scheduleRegisteredReceiver()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DActivityManagerServiceTest.java1010 private void broadcastIntent(Intent intent, Bundle options, boolean sticky) { in broadcastIntent()
1015 private void broadcastIntent(Intent intent, Bundle options, boolean sticky, in broadcastIntent()
/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.java1867 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent()