Searched refs:onComplete (Results 1 - 25 of 111) sorted by relevance

12345

/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiControlCallback.aidl26 void onComplete(int result);
/frameworks/base/core/java/android/service/euicc/
H A DIDeleteSubscriptionCallback.aidl21 void onComplete(int result);
H A DIDownloadSubscriptionCallback.aidl21 void onComplete(int result);
H A DIEraseSubscriptionsCallback.aidl21 void onComplete(int result);
H A DIRetainSubscriptionsForFactoryResetCallback.aidl21 void onComplete(int result);
H A DISwitchToSubscriptionCallback.aidl21 void onComplete(int result);
H A DIUpdateSubscriptionNicknameCallback.aidl21 void onComplete(int result);
H A DIGetDefaultDownloadableSubscriptionListCallback.aidl23 void onComplete(in GetDefaultDownloadableSubscriptionListResult result);
H A DIGetDownloadableSubscriptionMetadataCallback.aidl23 void onComplete(in GetDownloadableSubscriptionMetadataResult result);
H A DIGetEuiccProfileInfoListCallback.aidl23 void onComplete(in GetEuiccProfileInfoListResult result);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccCard.java87 * When the operation is complete, onComplete will be sent to its
90 * onComplete.obj will be an AsyncResult
92 * ((AsyncResult)onComplete.obj).exception == null on success
93 * ((AsyncResult)onComplete.obj).exception != null on fail
96 * ((AsyncResult)onComplete.obj).exception != null
97 * && ((AsyncResult)onComplete.obj).exception
99 * && ((CommandException)(((AsyncResult)onComplete.obj).exception))
102 public void supplyPin(String pin, Message onComplete) { argument
103 sendMessageWithCardAbsentException(onComplete);
109 public void supplyPuk(String puk, String newPin, Message onComplete) { argument
116 supplyPin2(String pin2, Message onComplete) argument
123 supplyPuk2(String puk2, String newPin2, Message onComplete) argument
130 supplyNetworkDepersonalization(String pin, Message onComplete) argument
167 setIccLockEnabled(boolean enabled, String password, Message onComplete) argument
183 setIccFdnEnabled(boolean enabled, String password, Message onComplete) argument
199 changeIccLockPassword(String oldPassword, String newPassword, Message onComplete) argument
215 changeIccFdnPassword(String oldPassword, String newPassword, Message onComplete) argument
269 sendMessageWithCardAbsentException(Message onComplete) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIDeleteProfileCallback.aidl20 void onComplete(int resultCode);
H A DIResetMemoryCallback.aidl20 void onComplete(int resultCode);
H A DISetDefaultSmdpAddressCallback.aidl20 void onComplete(int resultCode);
H A DISetNicknameCallback.aidl20 void onComplete(int resultCode);
H A DIAuthenticateServerCallback.aidl20 void onComplete(int resultCode, in byte[] response);
H A DICancelSessionCallback.aidl20 void onComplete(int resultCode, in byte[] response);
H A DIDisableProfileCallback.aidl22 void onComplete(int resultCode);
H A DIGetAllProfilesCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo[] profiles);
H A DIGetDefaultSmdpAddressCallback.aidl20 void onComplete(int resultCode, String address);
H A DIGetEuiccChallengeCallback.aidl20 void onComplete(int resultCode, in byte[] challenge);
H A DIGetEuiccInfo1Callback.aidl20 void onComplete(int resultCode, in byte[] info);
H A DIGetEuiccInfo2Callback.aidl20 void onComplete(int resultCode, in byte[] info);
H A DIGetProfileCallback.aidl22 void onComplete(int resultCode, in EuiccProfileInfo profile);
H A DIGetRulesAuthTableCallback.aidl22 void onComplete(int resultCode, in EuiccRulesAuthTable rat);

Completed in 145 milliseconds

12345