/aosp12/frameworks/base/core/java/android/content/ |
H A D | IIntentReceiver.aidl | 32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
|
H A D | IntentSender.java | 121 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
H A D | BroadcastReceiver.java | 105 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | IIntentReceiver.aidl | 32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive()
|
H A D | BroadcastReceiver.java | 112 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() 120 boolean ordered, boolean sticky, boolean assumeDelivered, IBinder token, in PendingResult()
|
H A D | IntentSender.java | 124 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A 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
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
H A D | StickyHeaderScrollView.java | 47 private View sticky; field in StickyHeaderScrollView
|
H A D | StickyHeaderListView.java | 55 private View sticky; field in StickyHeaderListView
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/ |
H A D | BroadcastTest.java | 316 Intent sticky = getContext().registerReceiver(null, filter); in testSetSticky() local 332 Intent sticky = getContext().registerReceiver(null, filter); in testClearSticky() local 346 Intent sticky = getContext().registerReceiver(null, filter); in testReplaceSticky() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PreBootBroadcaster.java | 135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
H A D | BroadcastRecord.java | 60 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PreBootBroadcaster.java | 135 boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
H A D | SameProcessApplicationThread.java | 66 String data, Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in scheduleRegisteredReceiver()
|
H A D | ProcessCachedOptimizerRecord.java | 222 void setFreezeSticky(boolean sticky) { in setFreezeSticky()
|
H A D | BroadcastRecord.java | 104 final boolean sticky; // originated from existing sticky data? field in BroadcastRecord 432 String resultData, Bundle resultExtras, boolean serialized, boolean sticky, in BroadcastRecord()
|
/aosp12/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
H A D | StickyHeaderRecyclerView.java | 44 private View sticky; field in StickyHeaderRecyclerView
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 1693 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() 1703 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive() 1761 boolean ordered, boolean sticky, boolean assumeDelivered, int sendingUser, in Args() 1889 Bundle extras, boolean ordered, boolean sticky, boolean assumeDelivered, in performReceive()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | LoadedApk.java | 1574 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() 1629 boolean ordered, boolean sticky, int sendingUser) { in Args() 1758 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive()
|
H A D | IApplicationThread.aidl | 99 boolean sticky, int sendingUser, int processState); in scheduleRegisteredReceiver()
|
H A D | PendingIntent.java | 310 Bundle extras, boolean serialized, boolean sticky, int sendingUser) { in performReceive()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | UserControllerTest.java | 765 boolean sticky, int callingPid, int callingUid, int realCallingUid, in broadcastIntent()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 262 public boolean sticky; field in Keyboard.Key
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | Keyboard.java | 263 public boolean sticky; field in Keyboard.Key
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ActivityManagerServiceTest.java | 767 private void broadcastIntent(Intent intent, Bundle options, boolean sticky) { in broadcastIntent()
|