/frameworks/base/core/java/android/content/ |
D | IIntentReceiver.aidl | 32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
|
D | BroadcastReceiver.java | 119 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() 127 boolean ordered, boolean sticky, boolean assumeDelivered, IBinder token, in PendingResult()
|
D | IntentSender.java | 143 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | BroadcastTest.java | 321 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/ |
D | StickyHeaderScrollView.java | 47 private View sticky; field in StickyHeaderScrollView
|
D | StickyHeaderListView.java | 55 private View sticky; field in StickyHeaderListView
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | PreBootBroadcaster.java | 135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
D | SameProcessApplicationThread.java | 66 String data, Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in scheduleRegisteredReceiver()
|
D | BroadcastSentEventRecord.java | 66 public void setSticky(boolean sticky) { in setSticky()
|
D | BroadcastController.java | 509 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()
|
D | ProcessCachedOptimizerRecord.java | 264 void setFreezeSticky(boolean sticky) { in setFreezeSticky()
|
D | BroadcastRecord.java | 105 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord 432 String resultData, Bundle resultExtras, boolean serialized, boolean sticky, in BroadcastRecord()
|
D | ActivityManagerService.java | 14377 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/ |
D | StickyHeaderRecyclerView.java | 44 private View sticky; field in StickyHeaderRecyclerView
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 1715 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()
|
D | IApplicationThread.aidl | 114 boolean sticky, boolean assumeDelivered, int sendingUser, int processState, in scheduleRegisteredReceiver()
|
D | PendingIntent.java | 370 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
D | IActivityManager.aidl | 190 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()
|
D | ActivityManagerInternal.java | 641 boolean serialized, boolean sticky, @UserIdInt int userId, in broadcastIntentInPackage()
|
D | ActivityThread.java | 871 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/ |
D | ActivityManagerServiceTest.java | 1010 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/ |
D | Keyboard.java | 263 public boolean sticky; field in Keyboard.Key
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 1867 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent()
|