/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 255 protected boolean appTypeCheck(int app_type) { in appTypeCheck() argument 256 if (app_type == WapPushManagerParams.APP_TYPE_ACTIVITY || in appTypeCheck() 257 app_type == WapPushManagerParams.APP_TYPE_SERVICE) { in appTypeCheck() 269 int app_type, boolean need_signature, boolean further_processing) { in addPackage() argument 277 if (!appTypeCheck(app_type)) { in addPackage() 278 Log.w(LOG_TAG, "invalid app_type " + app_type + ". app_type must be " in addPackage() 300 values.put("app_type", app_type); in addPackage() 321 int app_type, boolean need_signature, boolean further_processing) { in updatePackage() argument 323 if (!appTypeCheck(app_type)) { in updatePackage() 324 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 | 122 public AppType app_type; field in IccCardApplicationStatus 239 sb.append("{").append(app_type).append(",").append(app_state); in toString() 243 if (app_type == AppType.APPTYPE_CSIM || in toString() 244 app_type == AppType.APPTYPE_USIM || in toString() 245 app_type == AppType.APPTYPE_ISIM) { in toString()
|
D | UiccCardApplication.java | 108 mAppType = as.app_type; in UiccCardApplication() 121 mIccFh = createIccFileHandler(as.app_type); in UiccCardApplication() 122 mIccRecords = createIccRecords(as.app_type, mContext, mCi); in UiccCardApplication() 144 mAppType = as.app_type; in update() 157 mIccFh = createIccFileHandler(as.app_type); in update() 158 mIccRecords = createIccRecords(as.app_type, c, ci); in update()
|
/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/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/base/telephony/java/com/android/internal/telephony/ |
D | IWapPushManager.aidl | 36 int app_type, boolean need_signature, boolean further_processing); in addPackage() argument 45 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 | 101 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_SIM; in setUp() 123 mUiccCardAppStatus.app_type = IccCardApplicationStatus.AppType.APPTYPE_USIM; in testGetSetAppType()
|
D | UiccCardTest.java | 103 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccControllerTest.java | 88 mIccCardAppStatus.app_type = appType; in composeUiccApplicationStatus()
|
D | UiccProfileTest.java | 127 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 | 1558 appStatus.app_type = appStatus.AppTypeFromRILInt(rilAppStatus.appType); in convertHalCardStatus()
|