/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 | 123 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/ |
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/native/cmds/installd/ |
D | dexopt.h | 81 bool create_profile_snapshot(int32_t app_id, 102 appid_t app_id,
|
D | dexopt.cpp | 2794 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/ |
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/native/services/surfaceflinger/layerproto/ |
D | layers.proto | 78 int32 app_id = 34 [deprecated=true]; field
|
/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 | 68 uint32_t app_id; member
|
D | vr_hwc.cpp | 886 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/ |
D | print.proto | 401 optional int32 app_id = 1; field
|
/frameworks/base/core/proto/android/server/ |
D | activitymanagerservice.proto | 187 optional int32 app_id = 5; field
|