Searched defs:authToken (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
H A DAuthUtils.java44 public void invalidateAuthToken(final String accountType, final String authToken) { argument
45 mAccountManager.invalidateAuthToken(accountType, authToken);
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
H A DTranscriptionClientFactory.java141 private final String authToken; field in class:TranscriptionClientFactory.Interceptor
152 public Interceptor(String packageName, String cert, String apiKey, String authToken) { argument
156 this.authToken = authToken;
184 if (!TextUtils.isEmpty(authToken)) {
186 headers.put(AUTHORIZATION_HEADER, "Bearer " + authToken);

Completed in 149 milliseconds