Searched refs:app_id (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | ClientTest.java | 60 EditText app_id = findViewById(R.id.app_id); in onCreate() 70 app_id.getText().toString(), in onCreate() 80 app_id.getText().toString(), in onCreate() 96 EditText app_id = findViewById(R.id.app_id); in onCreate() 105 app_id.getText().toString(), in onCreate() 119 EditText app_id = findViewById(R.id.app_id); in onCreate() 134 app_id.getText().toString(), in onCreate()
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 119 String app_id, String content_type) { in queryLastApp() argument 120 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp() 127 new String[] {app_id, content_type}, in queryLastApp() 181 public int processMessage(String app_id, String content_type, Intent intent) in processMessage() argument 183 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage() 187 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type); in processMessage() 191 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage()
|
/frameworks/native/services/vr/hardware_composer/tests/ |
D | vr_composer_test.cpp | 139 .app_id = 1, in TEST_F() 168 ASSERT_EQ(frame.layers[0].app_id, received_frame.layers[0].app_id); in TEST_F()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IWapPushManager.aidl | 26 int processMessage(String app_id, String content_type, in Intent intent); in processMessage() argument
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
D | parcelable_composer_layer.cpp | 66 ret = parcel->writeUint32(layer_.app_id); in writeToParcel() 169 ret = parcel->readUint32(&layer_.app_id); in readFromParcel()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_ContextHubService.cpp | 109 jint getAppInstanceForAppId(uint64_t app_id); 403 jint getAppInstanceForAppId(uint64_t app_id) { in getAppInstanceForAppId() argument 406 if (current->second.appInfo.appId == app_id) { in getAppInstanceForAppId() 410 ALOGD("Cannot find app for app id %" PRIu64 ".", app_id); in getAppInstanceForAppId()
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_hardware_composer_client.cpp | 211 return frame->frame.layers[layer_index].app_id; in dvrHwcFrameGetLayerApplicationId()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 67 uint32_t app_id; member
|
D | vr_hwc.cpp | 793 hwc_layer->info.app_id = appId; in setLayerInfo()
|