Home
last modified time | relevance | path

Searched defs:extras (Results 1 – 25 of 177) sorted by relevance

12345678

/external/python/mobly/mobly/
Dasserts.py27 assertion_method, *args, msg=None, extras=None, **kwargs argument
53 def assert_equal(first, second, msg=None, extras=None): argument
71 def assert_not_equal(first, second, msg=None, extras=None): argument
79 first, second, places=None, msg=None, delta=None, extras=None argument
113 first, second, places=None, msg=None, delta=None, extras=None argument
139 def assert_in(member, container, msg=None, extras=None): argument
146 def assert_not_in(member, container, msg=None, extras=None): argument
153 def assert_is(expr1, expr2, msg=None, extras=None): argument
160 def assert_is_not(expr1, expr2, msg=None, extras=None): argument
167 def assert_count_equal(first, second, msg=None, extras=None): argument
[all …]
Dexpects.py75 def expect_true(condition, msg, extras=None): argument
94 def expect_false(condition, msg, extras=None): argument
113 def expect_equal(first, second, msg=None, extras=None): argument
139 def expect_no_raises(message=None, extras=None): argument
/external/robolectric/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java71 Context context, Account account, String scope, Bundle extras) in getToken()
84 Context context, String accountName, String scope, Bundle extras) in getToken()
91 Context context, Account account, String scope, Bundle extras) in getTokenWithNotification()
98 Context context, Account account, String scope, Bundle extras, Intent callback) in getTokenWithNotification()
108 Bundle extras, in getTokenWithNotification()
118 Context context, String accountName, String scope, Bundle extras, Intent callback) in getTokenWithNotification()
126 Context context, String accountName, String scope, Bundle extras) in getTokenWithNotification()
136 Bundle extras, in getTokenWithNotification()
172 public String getToken(Context context, Account account, String scope, Bundle extras) in getToken()
182 public String getToken(Context context, String accountName, String scope, Bundle extras) in getToken()
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTransportControls.java74 protected void playFromSearch(String query, Bundle extras) { in playFromSearch()
81 protected void playFromUri(Uri uri, Bundle extras) { in playFromUri()
88 protected void prepareFromSearch(String query, Bundle extras) { in prepareFromSearch()
95 protected void prepareFromUri(Uri uri, Bundle extras) { in prepareFromUri()
189 void playFromSearch(String query, Bundle extras); in playFromSearch()
192 void playFromUri(Uri uri, Bundle extras); in playFromUri()
195 void prepareFromSearch(String query, Bundle extras); in prepareFromSearch()
198 void prepareFromUri(Uri uri, Bundle extras); in prepareFromUri()
DShadowTelecomManager.java496 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall()
565 Bundle extras = verifyNotNull(call.extras); in buildConnectionRequestForIncomingCall() local
574 protected void placeCall(Uri address, Bundle extras) { in placeCall()
645 Bundle extras = verifyNotNull(call.extras); in buildConnectionRequestForOutgoingCall() local
659 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewUnknownCall()
811 public final Bundle extras; field in ShadowTelecomManager.CallRecord
819 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord()
862 public IncomingCallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in IncomingCallRecord()
871 public final Bundle extras; field in ShadowTelecomManager.OutgoingCallRecord
875 public OutgoingCallRecord(Uri address, Bundle extras) { in OutgoingCallRecord()
[all …]
/external/dagger2/java/dagger/hilt/android/internal/managers/
DSavedStateHandleHolder.java32 private CreationExtras extras; field in SavedStateHandleHolder
36 SavedStateHandleHolder(@Nullable CreationExtras extras) { in SavedStateHandleHolder()
68 public void setExtras(CreationExtras extras) { in setExtras()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java179 Player player, String command, @Nullable Bundle extras, @Nullable ResultReceiver cb); in onCommand()
220 void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromMediaId()
228 void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromSearch()
236 void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromUri()
331 void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras); in onSetRating()
373 void onCustomAction(Player player, String action, @Nullable Bundle extras); in onCustomAction()
664 @Nullable CharSequence message, int code, @Nullable Bundle extras) { in setCustomErrorMessage()
795 Bundle extras = new Bundle(); in invalidateMediaSessionPlaybackState() local
1059 @Nullable Bundle extras = description.getExtras(); in getMetadata() local
1310 public void onCustomAction(String action, @Nullable Bundle extras) { in onCustomAction()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java179 Player player, String command, @Nullable Bundle extras, @Nullable ResultReceiver cb); in onCommand()
220 void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromMediaId()
228 void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromSearch()
236 void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromUri()
331 void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras); in onSetRating()
373 void onCustomAction(Player player, String action, @Nullable Bundle extras); in onCustomAction()
664 @Nullable CharSequence message, int code, @Nullable Bundle extras) { in setCustomErrorMessage()
795 Bundle extras = new Bundle(); in invalidateMediaSessionPlaybackState() local
1059 @Nullable Bundle extras = description.getExtras(); in getMetadata() local
1310 public void onCustomAction(String action, @Nullable Bundle extras) { in onCustomAction()
[all …]
/external/python/watchdog/
Dtox.ini14 extras = key
23 extras = key
32 extras = key
/external/libtextclassifier/jni/com/google/android/textclassifier/
DRemoteActionTemplate.java60 public final NamedVariant[] extras; field in RemoteActionTemplate
76 NamedVariant[] extras, in RemoteActionTemplate()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelecomManagerTest.java258 Bundle extras = new Bundle(); in testAllowNewIncomingCall() local
340 Bundle extras = new Bundle(); in testDenyNewIncomingCall() local
364 Bundle extras = new Bundle(); in testPlaceCall() local
378 Bundle extras = new Bundle(); in testPlaceCall_noPermission_throwsSecurityException() local
395 Bundle extras = new Bundle(); in testAllowPlaceCall() local
425 Bundle extras = new Bundle(); in testDenyPlaceCall() local
/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
DJavaModifierProcessor.kt70 …val extras = resolver.effectiveJavaModifiers(this).map { it.toString() }.sorted().joinToString(" "… in toSignature() constant
/external/gson/extras/
DREADME.md1 # extras chapter
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dintent.py33 extras=None, argument
89 def extras(self): member in Intent
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py77 throughput=None, extras=None, metrics=None): argument
264 extras=None, argument
328 extras=None, argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DEnumLookup.java21 Class<T> className, Transform<String, String> t, String from, T to, Object... extras) { in of()
31 Class<T> className, Transform<String, String> t, Map<String, T> extras) { in of()
/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__3.py13 extras = { variable in table_T_S_I__3
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java128 PersistableBundle extras = new PersistableBundle(); in buildJobInfo() local
141 PersistableBundle extras = params.getExtras(); in onStartJob() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java128 PersistableBundle extras = new PersistableBundle(); in buildJobInfo() local
141 PersistableBundle extras = params.getExtras(); in onStartJob() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DRbnfLenientScannerProvider.java31 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRbnfLenientScannerProvider.java33 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/python/google-auth-library-python/
Dsetup.py35 extras = { variable
/external/nanopb-c/tests/regression/issue_125/
Dextensionbug.proto13 optional Message2 extras = 30; field
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/text/
DRbnfScannerProviderImpl.java75 public RbnfLenientScanner get(ULocale locale, String extras) { in get()
96 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner()
/external/icu/android_icu4j/src/main/java/android/icu/impl/text/
DRbnfScannerProviderImpl.java77 public RbnfLenientScanner get(ULocale locale, String extras) { in get()
98 protected RbnfLenientScanner createScanner(ULocale locale, String extras) { in createScanner()

12345678