Home
last modified time | relevance | path

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

12345

/external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
DShadowGoogleAuthUtil.java72 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException { in getToken()
84 Bundle extras) throws IOException, UserRecoverableAuthException, GoogleAuthException { in getToken()
90 String scope, Bundle extras) in getTokenWithNotification()
97 String scope, Bundle extras, Intent callback) in getTokenWithNotification()
105 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification()
113 String scope, Bundle extras, Intent callback) in getTokenWithNotification()
121 String scope, Bundle extras) in getTokenWithNotification()
128 String scope, Bundle extras, String authority, Bundle syncBundle) in getTokenWithNotification()
161 public String getToken(Context context, Account account, String scope, Bundle extras) in getToken()
171 public String getToken(Context context, String accountName, String scope, Bundle extras) in getToken()
[all …]
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java170 @Nullable Bundle extras, in onCommand()
212 void onPrepareFromMediaId(String mediaId, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromMediaId()
220 void onPrepareFromSearch(String query, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromSearch()
228 void onPrepareFromUri(Uri uri, boolean playWhenReady, @Nullable Bundle extras); in onPrepareFromUri()
328 void onSetRating(Player player, RatingCompat rating, @Nullable Bundle extras); in onSetRating()
376 Player player, ControlDispatcher controlDispatcher, String action, @Nullable Bundle extras); in onCustomAction()
663 @Nullable CharSequence message, int code, @Nullable Bundle extras) { in setCustomErrorMessage()
748 Bundle extras = new Bundle(); in invalidateMediaSessionPlaybackState() local
1003 @Nullable Bundle extras = description.getExtras(); in getMetadata() local
1254 public void onCustomAction(String action, @Nullable Bundle extras) { in onCustomAction()
[all …]
/external/python/cryptography/
Dtox.ini6 extras = key
40 extras = key
54 extras = key
62 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-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelecomManager.java288 protected void addNewIncomingCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewIncomingCall()
298 public void addNewUnknownCall(PhoneAccountHandle phoneAccount, Bundle extras) { in addNewUnknownCall()
328 protected void placeCall(Uri address, Bundle extras) {} in placeCall()
344 public CallRecord(PhoneAccountHandle phoneAccount, Bundle extras) { in CallRecord()
DShadowWallpaperManager.java21 IBinder windowToken, String action, int x, int y, int z, Bundle extras) {} in sendWallpaperCommand()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dintent.py33 extras=None, argument
89 def extras(self): member in Intent
/external/python/futures/
Dsetup.py12 extras = {} variable
/external/fonttools/Lib/fontTools/ttLib/tables/
DT_S_I__3.py12 extras = {0xfffa: "reserved0", 0xfffb: "reserved1", 0xfffc: "reserved2", 0xfffd: "reserved3"} variable in table_T_S_I__3
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java108 PersistableBundle extras = new PersistableBundle(); in buildJobInfo() local
128 PersistableBundle extras = params.getExtras(); in onStartJob() local
/external/cldr/tools/java/org/unicode/cldr/draft/
DEnumLookup.java22 T to, Object... extras) { in of()
32 Map<String, T> extras) { in of()
/external/exoplayer/tree/extensions/jobdispatcher/src/main/java/com/google/android/exoplayer2/ext/jobdispatcher/
DJobDispatcherScheduler.java125 Bundle extras = new Bundle(); in buildJob() local
145 Bundle extras = params.getExtras(); in onStartJob() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRbnfLenientScannerProvider.java33 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRbnfLenientScannerProvider.java31 RbnfLenientScanner get(ULocale locale, String extras); in get()
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py93 throughput=None, extras=None, metrics=None): argument
280 extras=None, argument
344 extras=None, argument
/external/grpc-grpc/third_party/nanopb/tests/regression/issue_125/
Dextensionbug.proto13 optional Message2 extras = 30; field
/external/nanopb-c/tests/regression/issue_125/
Dextensionbug.proto13 optional Message2 extras = 30; field
/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()
/external/icu/icu4j/main/classes/collate/src/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/setupcompat/main/aidl/com/google/android/setupcompat/
DISetupCompatService.aidl28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric()
/external/tensorflow/tensorflow/core/kernels/
Drange_sampler.cc48 gtl::ArraySlice<int64> extras, in SampleBatchGetExpectedCount()
80 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
127 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
221 MutableArraySlice<float> batch_expected_count, ArraySlice<int64> extras, in SampleBatchGetExpectedCountAvoid()
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py19 def find_all_on_path(filename, extras = None): argument
/external/autotest/contrib/
Dmodelviz.py147 def add_relation(extras=""): argument
/external/python/cpython3/PCbuild/
Dprepare_ssl.py30 def find_all_on_path(filename, extras=None): argument
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java291 Bundle extras = new Bundle(); in generateLinks() local
295 builder.addLink(span.getStartIndex(), span.getEndIndex(), entityScores, extras); in generateLinks() local
421 Bundle extras = new Bundle(); in createConversationActionResult() local
591 Bundle extras = new Bundle(); in createClassificationResult() local

12345