Searched refs:token (Results 251 - 275 of 402) sorted by relevance

<<11121314151617

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsService.java925 private void unlockUser(int userId, byte[] token, byte[] secret) { argument
947 mActivityManager.unlockUser(userId, token, secret, listener);
1146 // push new secret and auth token to vold
1151 // Refresh the auth token
1167 byte[] token = gateKeeperResponse.getPayload();
1168 if (token == null) {
1173 response = new VerifyCredentialResponse(token);
1283 byte[] token = vcr.getPayload();
1284 if (token == null) {
1287 addUserKeyAuth(userId, token, secretFromCredentia
1311 addUserKeyAuth(int userId, byte[] token, byte[] secret) argument
2057 addEscrowToken(byte[] token, int userId) argument
2129 setLockCredentialWithToken(String credential, int type, long tokenHandle, byte[] token, int userId) argument
2149 setLockCredentialWithTokenInternal(String credential, int type, long tokenHandle, byte[] token, int userId) argument
2166 unlockUserWithToken(long tokenHandle, byte[] token, int userId) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DToast.java399 IBinder token = (IBinder) msg.obj;
400 handleShow(token);
453 // the window token is already invalid and no need to do any work.
485 mParams.token = windowToken;
491 // Since the notification manager service cancels the token right
493 // race and we may attempt to add a window after the token has been
H A DQuickContactBadge.java344 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { argument
350 switch(token) {
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java663 final long token = Binder.clearCallingIdentity();
668 Binder.restoreCallingIdentity(token);
733 final long token = Binder.clearCallingIdentity();
737 Binder.restoreCallingIdentity(token);
746 final long token = Binder.clearCallingIdentity();
750 Binder.restoreCallingIdentity(token);
796 final long token = Binder.clearCallingIdentity();
801 Binder.restoreCallingIdentity(token);
815 final long token = Binder.clearCallingIdentity();
819 Binder.restoreCallingIdentity(token);
[all...]
/frameworks/rs/script_api/
H A DGenerateStubsWhiteList.cpp34 const char* token[3]; // The last two entries can be nullptr member in struct:BuiltInMangling
100 // Try to substitue each token.
104 // No substitution possible, just go to the next token.
130 // Replace the token with the substitution. Don't advance, as the new substitution
162 if (!a.token[i]) {
166 if (t == end || *t++ != a.token[i]) {
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyEffects.cpp109 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
130 IPCThreadState::self()->restoreCallingIdentity(token);
258 int64_t token = IPCThreadState::self()->clearCallingIdentity(); local
277 IPCThreadState::self()->restoreCallingIdentity(token);
/frameworks/base/core/java/android/app/
H A DPresentation.java193 attr.token = mToken;
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java543 * @param token a unique token provided by a recent creation or verification of device
552 public void enroll(byte [] token, CancellationSignal cancel, int flags, argument
572 mService.enroll(mToken, token, userId, mServiceReceiver, flags,
586 * Requests a pre-enrollment auth token to tie enrollment to the confirmation of
602 * Finishes enrollment and cancels the current auth token.
778 * Retrieves the authenticator token for binding keys to the lifecycle
799 * @param token an opaque token returned by password confirmation.
803 public void resetTimeout(byte[] token) { argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java72 params.token = mView.getApplicationWindowToken();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuDialogHelper.java46 * @param windowToken Optional token to assign to the window.
82 lp.token = windowToken;
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreHmacSpi.java178 // Store operation token and handle regardless of the error code returned by KeyStore to
180 mOperationToken = opResult.token;
191 throw new ProviderException("Keystore returned null operation token");
/frameworks/base/libs/storage/
H A DIMountService.cpp446 const sp<IObbActionListener>& token, int32_t nonce)
453 data.writeStrongBinder(IInterface::asBinder(token));
467 const sp<IObbActionListener>& token, const int32_t nonce)
473 data.writeStrongBinder(IInterface::asBinder(token));
445 mountObb(const String16& rawPath, const String16& canonicalPath, const String16& key, const sp<IObbActionListener>& token, int32_t nonce) argument
466 unmountObb(const String16& filename, const bool force, const sp<IObbActionListener>& token, const int32_t nonce) argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java654 + " with windowId: " + windowId + " and token: " + windowToken.asBinder());
666 + " and token: " + windowToken.asBinder());
681 IBinder token = window.asBinder();
683 token, mGlobalWindowTokens, mGlobalInteractionConnections);
687 + " with windowId: " + removedWindowId + " and token: " + window.asBinder());
696 token, userState.mWindowTokens, userState.mInteractionConnections);
701 + mUserStates.keyAt(i) + " and token: " + window.asBinder());
861 IBinder token = mGlobalWindowTokens.get(windowId);
862 if (token != null) {
863 return token;
2558 findWindowIdLocked(IBinder token) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DStatusBarController.java91 public void onAppTransitionFinishedLocked(IBinder token) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContentProvider.java93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
92 openFile( String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token) argument
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuDialogHelper.java48 * @param windowToken Optional token to assign to the window.
84 lp.token = windowToken;
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java143 IBinder token = data.readStrongBinder();
145 + " using token " + token);
146 if (token != null) {
147 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token);
148 if (token instanceof ParcelTransferWriter) {
149 ParcelTransferWriter xfer = (ParcelTransferWriter)token;
153 Log.w(TAG, "Caller supplied bad token type: " + token);
368 int token
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java879 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
884 Log.e(TAG, "Callback not found for " + token);
888 if (token != null) {
889 session = new Session(token, channel, mService, mUserId, seq,
1748 private Session(IBinder token, InputChannel channel, ITvInputManager service, int userId, argument
1750 mToken = token;
2317 * @param token A token used to identify the input event later in the callback.
2327 public int dispatchInputEvent(@NonNull InputEvent event, Object token, argument
2336 PendingEvent p = obtainPendingEventLocked(event, token, callbac
2364 onFinishedInputEvent(Object token, boolean handled) argument
2451 obtainPendingEventLocked(InputEvent event, Object token, FinishedInputEventCallback callback, Handler handler) argument
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java236 public void attachToken(IBinder token) { argument
237 mCaller.executeOrSendMessage(mCaller.obtainMessageO(DO_ATTACH_TOKEN, token));
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl150 * Allocate the drag's thumbnail surface. Also assigns a token that identifies
208 void onRectangleOnScreenRequested(IBinder token, in Rect rectangle);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java118 final long token = Binder.clearCallingIdentity();
128 Binder.restoreCallingIdentity(token);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java230 public long addEscrowToken(byte[] token, int userId) { argument
231 return mLockPatternUtils.addEscrowToken(token, userId);
242 public void unlockUserWithToken(long handle, byte[] token, int userId) { argument
243 mLockPatternUtils.unlockUserWithToken(handle, token, userId);
821 long token = Binder.clearCallingIdentity();
828 Binder.restoreCallingIdentity(token);
837 long token = Binder.clearCallingIdentity();
844 Binder.restoreCallingIdentity(token);
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java234 void binderRestoreCallingIdentity(long token) { argument
235 context.binder.restoreCallingIdentity(token);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java453 public boolean clearWindowContentFrameStats(IBinder token) throws RemoteException { argument
459 public WindowContentFrameStats getWindowContentFrameStats(IBinder token) argument

Completed in 2235 milliseconds

<<11121314151617