Home
last modified time | relevance | path

Searched refs:accountId (Results 1 – 9 of 9) sorted by relevance

/external/python/google-api-python-client/samples/analytics/
Dhello_analytics_api_v3.py106 accountId=firstAccountId).execute()
111 accountId=firstAccountId,
Dmanagement_v3_reference.py111 accountId=firstAccountId).execute()
118 accountId=firstAccountId,
126 accountId=firstAccountId,
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DAndroidUriAdapter.java120 int accountId = accountManager.getAccountId(account).get(); in toFile() local
121 pathSegments.set(2, Integer.toString(accountId)); in toFile()
DAndroidUri.java334 int accountId; in fromAbsolutePath() local
336 accountId = Integer.parseInt(accountStr); in fromAbsolutePath()
345 setAccount(accountManager.getAccount(accountId).get()); in fromAbsolutePath()
DAccountManager.java31 ListenableFuture<Account> getAccount(int accountId); in getAccount() argument
/external/python/google-api-python-client/samples/searchforshopping/
Dmain.py53 accountId='5968952',
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py192 accountId = _messages.StringField(1) variable in CreateServiceAccountRequest
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/format/
DGoogleStyleFormatterKtTest.kt1182 | val (accountType, accountId) = in handle destructuring declaration()
DFormatterTest.kt2460 | val (accountType, accountId) = in handle destructuring declaration()