Home
last modified time | relevance | path

Searched refs:app_id (Results 1 – 13 of 13) 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.java123 String app_id, String content_type) { in queryLastApp() argument
124 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp()
131 new String[] {app_id, content_type}, in queryLastApp()
185 public int processMessage(String app_id, String content_type, Intent intent) in processMessage() argument
187 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage()
191 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type); in processMessage()
195 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/native/cmds/installd/
Ddexopt.h81 bool create_profile_snapshot(int32_t app_id,
102 appid_t app_id,
Ddexopt.cpp2794 static bool create_app_profile_snapshot(int32_t app_id, in create_app_profile_snapshot() argument
2798 int app_shared_gid = multiuser_get_shared_gid(/*user_id*/ 0, app_id); in create_app_profile_snapshot()
2967 bool create_profile_snapshot(int32_t app_id, const std::string& package_name, in create_profile_snapshot() argument
2969 if (app_id == -1) { in create_profile_snapshot()
2972 return create_app_profile_snapshot(app_id, package_name, profile_name, classpath); in create_profile_snapshot()
2978 appid_t app_id, in prepare_app_profile() argument
2985 uid_t uid = multiuser_get_uid(user_id, app_id); in prepare_app_profile()
3015 gid_t app_shared_gid = multiuser_get_shared_gid(user_id, app_id); in prepare_app_profile()
/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/native/services/surfaceflinger/layerproto/
Dlayers.proto78 int32 app_id = 34 [deprecated=true]; field
/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.h68 uint32_t app_id; member
Dvr_hwc.cpp886 hwc_layer->info.app_id = appId; in setLayerInfo()
1004 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y, in dumpDebugInfo()
/frameworks/base/core/proto/android/service/
Dprint.proto401 optional int32 app_id = 1; field
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto187 optional int32 app_id = 5; field