/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 231 protected boolean appTypeCheck(int app_type) { in appTypeCheck() argument 232 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY || in appTypeCheck() 233 app_type == WapPushManagerParams.APP_TYPE_SERVICE) { in appTypeCheck() 245 int app_type, boolean need_signature, boolean further_processing) { in addPackage() argument 253 if (!appTypeCheck(app_type)) { in addPackage() 254 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be " in addPackage() 276 values.put("app_type", app_type); in addPackage() 297 int app_type, boolean need_signature, boolean further_processing) { in updatePackage() argument 299 if (!appTypeCheck(app_type)) { in updatePackage() 300 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be " in updatePackage() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccCardApplicationStatus.java | 102 public AppType app_type; field in IccCardApplicationStatus 218 sb.append("{").append(app_type).append(",").append(app_state); in toString() 222 if (app_type == AppType.APPTYPE_CSIM || in toString() 223 app_type == AppType.APPTYPE_USIM || in toString() 224 app_type == AppType.APPTYPE_ISIM) { in toString()
|
D | UiccCardApplication.java | 97 mAppType = as.app_type; in UiccCardApplication() 109 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication() 110 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication() 131 mAppType = as.app_type; in update() 144 mIccFh = createIccFileHandler(as.app_type); in update() 145 mIccRecords = createIccRecords(as.app_type, c, ci); in update()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | decorators.py | 68 java_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'java') 70 cpp_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'cpp') 72 jni_only_test = lambda: skip_conditional(lambda self: not self.app_type == 'jni')
|
D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument 51 self.app_type = app_type # The type of bundle that is being executed
|
/frameworks/rs/tests/lldb/tests/testcases/ |
D | test_multiple_rs_files.py | 39 }[self.app_type] 46 }[self.app_type]
|
D | test_language_subcmds_no_debug.py | 45 }[self.app_type] 123 kernel_count = 3 if self.app_type == 'cpp' else 2
|
D | test_breakpoint_fileline_multiple_rs_files.py | 40 }[self.app_type]
|
D | test_breakpoint_kernel_multiple_rs_files.py | 40 }[self.app_type]
|
D | test_allocation_list.py | 215 if self.app_type == 'java':
|
D | test_source_step.py | 45 }[self.app_type]
|
D | test_language_subcmds.py | 50 }[self.app_type]
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IWapPushManager.aidl | 35 int app_type, boolean need_signature, boolean further_processing); in addPackage() argument 43 int app_type, boolean need_signature, boolean further_processing); in updatePackage() argument
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | UiccCardApplicationTest.java | 99 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_SIM; in setUp() 121 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_USIM; in testGetSetAppType()
|
D | UiccControllerTest.java | 67 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccCardTest.java | 115 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
/frameworks/rs/tests/lldb/ |
D | run_tests.py | 294 def add_result(self, name, app_type, result): argument 302 key = (name, app_type)
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioResponse.java | 1259 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in responseIccCardStatus()
|