Home
last modified time | relevance | path

Searched refs:app_id (Results 1 – 7 of 7) 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.java132 String app_id, String content_type) { in queryLastApp() argument
133 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp()
140 new String[] {app_id, content_type}, in queryLastApp()
194 public int processMessage(String app_id, String content_type, Intent intent) in processMessage() argument
196 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type); in processMessage()
200 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type); in processMessage()
204 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type); in processMessage()
/frameworks/native/cmds/installd/
Ddexopt.h87 bool create_profile_snapshot(int32_t app_id,
105 appid_t app_id,
Ddexopt.cpp2586 static bool create_app_profile_snapshot(int32_t app_id, in create_app_profile_snapshot() argument
2590 int app_shared_gid = multiuser_get_shared_gid(/*user_id*/ 0, app_id); in create_app_profile_snapshot()
2761 bool create_profile_snapshot(int32_t app_id, const std::string& package_name, in create_profile_snapshot() argument
2763 if (app_id == -1) { in create_profile_snapshot()
2766 return create_app_profile_snapshot(app_id, package_name, profile_name, classpath); in create_profile_snapshot()
2786 appid_t app_id, in prepare_app_profile() argument
2799 uid_t uid = multiuser_get_uid(user_id, app_id); in prepare_app_profile()
2816 open_reference_profile(multiuser_get_uid(user_id, app_id), package_name, profile_name, in prepare_app_profile()
2834 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/base/core/proto/android/service/
Dprint.proto401 optional int32 app_id = 1; field
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto105 optional int32 app_id = 5; field