Home
last modified time | relevance | path

Searched refs:app_id (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DClientTest.java60 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/
DWapPushManager.java119 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/
Dvr_composer_test.cpp139 .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/
DIWapPushManager.aidl26 int processMessage(String app_id, String content_type, in Intent intent); in processMessage() argument
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
Dparcelable_composer_layer.cpp66 ret = parcel->writeUint32(layer_.app_id); in writeToParcel()
169 ret = parcel->readUint32(&layer_.app_id); in readFromParcel()
/frameworks/base/services/core/jni/
Dcom_android_server_location_ContextHubService.cpp109 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/
Ddvr_hardware_composer_client.cpp211 return frame->frame.layers[layer_index].app_id; in dvrHwcFrameGetLayerApplicationId()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h67 uint32_t app_id; member
Dvr_hwc.cpp793 hwc_layer->info.app_id = appId; in setLayerInfo()