/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapAccountItem.java | 45 Drawable icon, BluetoothMapUtils.TYPE appType, String uci, String uciPrefix) { 51 this.mType = appType; 59 String authority, Drawable icon, BluetoothMapUtils.TYPE appType) { 61 icon, appType, null, null); 65 String authority, Drawable icon, BluetoothMapUtils.TYPE appType, String uci, 68 icon, appType, uci, uciPrefix); 119 if(V) Log.d(TAG, "Wrong appType : " + this.mType + " vs " + other.mType);
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IPhoneSubInfo.aidl | 198 * @param appType ICC application type (@see com.android.internal.telephony.PhoneConstants#APPTYPE_xxx) 203 String getIccSimChallengeResponse(int subId, int appType, int authType, String data);
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
WapPushManager.java | 106 int appType; 139 ret.appType = cur.getInt(cur.getColumnIndex("app_type")); 203 if (lastapp.appType == WapPushManagerParams.APP_TYPE_ACTIVITY) { 408 " lastapp.appType: " + lastapp.appType + 415 && lastapp.appType == app_type
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneSubInfoController.java | 379 public String getIccSimChallengeResponse(int subId, int appType, int authType, String data) 389 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType); 392 appType); 396 + " specified type -- " + appType);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
UiccCardTest.java | 104 IccCardApplicationStatus.AppType appType, 108 mIccCardAppStatus.app_type = appType; 151 for (IccCardApplicationStatus.AppType mAppType : 152 IccCardApplicationStatus.AppType.values()) { 161 IccCardApplicationStatus.AppType.APPTYPE_CSIM, 164 IccCardApplicationStatus.AppType.APPTYPE_ISIM, 167 IccCardApplicationStatus.AppType.APPTYPE_USIM, 180 assertTrue(mUicccard.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_CSIM)); 181 assertTrue(mUicccard.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_ISIM)) [all...] |
UiccControllerTest.java | 62 IccCardApplicationStatus.AppType appType, 66 mIccCardAppStatus.app_type = appType; 136 IccCardApplicationStatus.AppType.APPTYPE_CSIM, 139 IccCardApplicationStatus.AppType.APPTYPE_ISIM, 142 IccCardApplicationStatus.AppType.APPTYPE_USIM,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
TelephonyManagerFacade.java | 719 @RpcParameter(name = "appType") Integer appType, 723 SubscriptionManager.getDefaultSubscriptionId(), appType, authType, hexChallenge); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCardApplication.java | 30 import com.android.internal.telephony.uicc.IccCardApplicationStatus.AppType; 65 private AppType mAppType; 128 AppType oldAppType = mAppType; 179 private IccRecords createIccRecords(AppType type, Context c, CommandsInterface ci) { 180 if (type == AppType.APPTYPE_USIM || type == AppType.APPTYPE_SIM) { 182 } else if (type == AppType.APPTYPE_RUIM || type == AppType.APPTYPE_CSIM){ 184 } else if (type == AppType.APPTYPE_ISIM) { 192 private IccFileHandler createIccFileHandler(AppType type) [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherModel.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
objidl.h | [all...] |
/external/robolectric/v3/runtime/ |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |
android-all-4.4_r1-robolectric-1.jar | |