HomeSort by relevance Sort by last modified time
    Searched refs:callingToken (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccOperation.java 99 public static EuiccOperation forGetMetadataDeactivateSim(long callingToken,
101 return new EuiccOperation(ACTION_GET_METADATA_DEACTIVATE_SIM, callingToken,
111 public static EuiccOperation forDownloadDeactivateSim(long callingToken,
114 return new EuiccOperation(ACTION_DOWNLOAD_DEACTIVATE_SIM, callingToken,
123 public static EuiccOperation forDownloadNoPrivileges(long callingToken,
126 return new EuiccOperation(ACTION_DOWNLOAD_NO_PRIVILEGES, callingToken,
134 public static EuiccOperation forDownloadConfirmationCode(long callingToken,
137 return new EuiccOperation(ACTION_DOWNLOAD_CONFIRMATION_CODE, callingToken,
141 static EuiccOperation forGetDefaultListDeactivateSim(long callingToken, String callingPackage) {
142 return new EuiccOperation(ACTION_GET_DEFAULT_LIST_DEACTIVATE_SIM, callingToken,
    [all...]
EuiccController.java 250 long callingToken,
254 mCallingToken = callingToken;
340 DownloadSubscriptionGetMetadataCommandCallback(long callingToken,
344 super(callingToken, subscription, callingPackage, callbackIntent);
430 void downloadSubscriptionPrivileged(final long callingToken,
470 callingToken, subscription, switchAfterDownload,
484 callingToken, subscription, switchAfterDownload,
564 GetDefaultListCommandCallback(long callingToken, String callingPackage,
566 mCallingToken = callingToken;
    [all...]
  /frameworks/base/services/core/java/com/android/server/stats/
StatsCompanionService.java 441 final long callingToken = Binder.clearCallingIdentity();
449 Binder.restoreCallingIdentity(callingToken);
457 final long callingToken = Binder.clearCallingIdentity();
461 Binder.restoreCallingIdentity(callingToken);
471 final long callingToken = Binder.clearCallingIdentity();
477 Binder.restoreCallingIdentity(callingToken);
486 final long callingToken = Binder.clearCallingIdentity();
490 Binder.restoreCallingIdentity(callingToken);
500 final long callingToken = Binder.clearCallingIdentity();
506 Binder.restoreCallingIdentity(callingToken);
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 233 long callingToken = Binder.clearCallingIdentity();
242 Binder.restoreCallingIdentity(callingToken);

Completed in 873 milliseconds