Home
last modified time | relevance | path

Searched refs:ordered (Results 1 – 25 of 62) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DMessageRouterImplTest.java149 InOrder ordered = inOrder(mStringListener); in testRepeatedMessage() local
151 ordered.verify(mStringListener).onMessage(METADATA_A); in testRepeatedMessage()
153 ordered.verify(mStringListener).onMessage(METADATA_A); in testRepeatedMessage()
155 ordered.verify(mStringListener).onMessage(METADATA_B); in testRepeatedMessage()
176 InOrder ordered = inOrder(mNoMdListener); in testCancelMessage() local
177 ordered.verify(mNoMdListener).onMessage(MESSAGE_A); in testCancelMessage()
178 ordered.verify(mNoMdListener).onMessage(MESSAGE_C); in testCancelMessage()
209 InOrder ordered = inOrder(mNoMdListener); in testUnsubscribe_SpecificMessage_NoMetadata() local
210 ordered.verify(mNoMdListener).onMessage(MESSAGE_A); in testUnsubscribe_SpecificMessage_NoMetadata()
211 ordered.verify(mNoMdListener).onMessage(MESSAGE_B); in testUnsubscribe_SpecificMessage_NoMetadata()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java59 final boolean ordered; // serialize the send to receivers? field in BroadcastRecord
182 if (resultAbort || ordered || sticky || initialSticky) { in dump()
184 pw.print(" ordered="); pw.print(ordered); in dump()
277 ordered = _serialized; in BroadcastRecord()
302 ordered = from.ordered; in BroadcastRecord()
367 resultCode, resultData, resultExtras, ordered, sticky, initialSticky, userId, in splitRecipientsLocked()
H A DBroadcastQueue.java591 boolean ordered, boolean sticky, int sendingUser) in performReceiveLocked() argument
601 data, extras, ordered, sticky, sendingUser, in performReceiveLocked()
629 BroadcastFilter filter, boolean ordered, int index) { in deliverToRegisteredReceiverLocked() argument
806 if (ordered) { in deliverToRegisteredReceiverLocked()
833 if (ordered) { in deliverToRegisteredReceiverLocked()
846 && r.allowBackgroundActivityStarts && !r.ordered) { in deliverToRegisteredReceiverLocked()
850 if (ordered) { in deliverToRegisteredReceiverLocked()
858 if (ordered) { in deliverToRegisteredReceiverLocked()
865 if (ordered) { in deliverToRegisteredReceiverLocked()
1349 if (r.receiver == null || !r.ordered) { in processNextBroadcastLocked()
[all …]
H A DPreBootBroadcaster.java135 boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
H A DUserController.java763 String data, Bundle extras, boolean ordered, in finishUserUnlockedCompleted()
811 Bundle extras, boolean ordered, boolean sticky, int sendingUser) in finishUserUnlockedCompleted()
1019 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1066 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1630 String data, Bundle extras, boolean ordered,
2988 boolean ordered, boolean sticky, int callingPid, int callingUid, int realCallingUid,
3001 appOp, bOptions, ordered, sticky, callingPid, callingUid, realCallingUid,
/aosp12/packages/modules/SdkExtensions/tests/cts/Classpaths/src/android/os/ext/classpath/cts/
H A DClasspathsTest.java203 boolean ordered = true; in prefixesMatch()
217 ordered = false; in prefixesMatch()
237 return ordered ? EMPTY_ORDERED : () -> failWithActual( in prefixesMatch()
/aosp12/frameworks/base/core/java/android/content/
H A DIIntentReceiver.aidl32 in Bundle extras, boolean ordered, boolean sticky, int sendingUser); in performReceive() argument
H A DBroadcastReceiver.java105 boolean ordered, boolean sticky, IBinder token, int userId, int flags) { in PendingResult() argument
110 mOrderedHint = ordered; in PendingResult()
/aosp12/frameworks/base/core/java/android/app/
H A DLoadedApk.java1589 ordered, sticky, sendingUser); in performReceive()
1629 boolean ordered, boolean sticky, int sendingUser) { in Args() argument
1631 mRegistered ? TYPE_REGISTERED : TYPE_UNREGISTERED, ordered, in Args()
1634 mOrdered = ordered; in Args()
1640 final boolean ordered = mOrdered; in getRunnable()
1647 + " mOrderedHint=" + ordered); in getRunnable()
1661 if (mRegistered && ordered) { in getRunnable()
1681 if (mRegistered && ordered) { in getRunnable()
1758 Bundle extras, boolean ordered, boolean sticky, int sendingUser) { in performReceive() argument
1759 final Args args = new Args(intent, resultCode, data, extras, ordered, in performReceive()
[all …]
H A DIApplicationThread.aidl98 int resultCode, in String data, in Bundle extras, boolean ordered, in scheduleRegisteredReceiver() argument
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIVirtualizerEffect.hal53 * Horizontal speaker position angles for each channel ordered from LSb
64 * Vertical speaker position angles for each channel ordered from LSb
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dq_gain2.tab24 * pitch gain are ordered in table to reduce complexity *
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotifications.proto51 repeated Notification notifications = 1; // An ordered sequence of notifications.
/aosp12/packages/modules/GeoTZ/s2storage/tools/src/proto/
H A Dgeotz_protos.proto29 // S2 cell ranges with the same time zone IDs. Must be ordered by (unsigned)
/aosp12/system/security/ondevice-signing/
H A DAndroid.bp15 // Please keep this list ordered lexicographically.
/aosp12/packages/modules/GeoTZ/s2storage/
H A DREADME.md17 blocks of data, and metadata about those blocks. All types are big-endian / network byte ordered.
30 Packed tables are a way of arranging block data to store tables of key-ordered key / value pairs in
181 `{M}` bits of every record are used to store the (ordered) `{key}`.
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DEventLogTags.logtags21 # @param enabled_sources A pipe-separated list of source names, ordered by source ranking.
/aosp12/hardware/interfaces/automotive/sv/1.0/
H A DISurroundViewService.hal32 * For 4 camera configuration, the cameras ids are ordered in clockwise direction
/aosp12/hardware/interfaces/bluetooth/audio/2.1/
H A Dtypes.hal99 /* This is also bitfield, specifying how the channels are ordered in the outgoing media packet.
/aosp12/art/tools/bisection_search/
H A DREADME.md10 interpreting all other methods produces incorrect output. Then, given ordered
/aosp12/system/update_engine/update_engine/
H A Dupdate_metadata.proto53 // The DeltaArchiveManifest protobuf is an ordered list of InstallOperation
100 // physical partition. An ordered list of extents is another
101 // representation of an ordered list of blocks. For example, a file stored
/aosp12/system/update_engine/
H A Dupdate_metadata.proto53 // The DeltaArchiveManifest protobuf is an ordered list of InstallOperation
100 // physical partition. An ordered list of extents is another
101 // representation of an ordered list of blocks. For example, a file stored
/aosp12/hardware/interfaces/camera/device/1.0/
H A DICameraDeviceCallback.hal107 * messages must be ordered in time from lower index to higher index, so that timestamp of
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothProfileDeviceManagerTest.java859 InOrder ordered = inOrder(mMockProxies); in testAutoConnectSeveralDevices_attemptsToConnectEachDevice() local
861 ordered.verify(mMockProxies, timeout(CONNECT_TIMEOUT_MS).times(1)) in testAutoConnectSeveralDevices_attemptsToConnectEachDevice()
/aosp12/hardware/interfaces/media/c2/1.0/
H A Dtypes.hal377 * Fields are ordered by their offsets. A field that is a structure is
378 * ordered before its members.
555 * of an ordered set of buffers, configuration changes, and info buffers along

123