Searched refs:app_id (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DClientTest.java60 EditText app_id = (EditText) findViewById(R.id.app_id);
70 app_id.getText().toString(),
80 app_id.getText().toString(),
96 EditText app_id = (EditText) findViewById(R.id.app_id);
105 app_id.getText().toString(),
119 EditText app_id = (EditText) findViewById(R.id.app_id);
134 app_id
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIWapPushManager.aidl26 int processMessage(String app_id, String content_type, in Intent intent);
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java115 * @param app_id application ID to look up
119 String app_id, String content_type) {
123 + " where x_wap_application=\'" + app_id + "\'"
177 public int processMessage(String app_id, String content_type, Intent intent) argument
179 Log.d(LOG_TAG, "wpman processMsg " + app_id + ":" + content_type);
183 WapPushManDBHelper.queryData lastapp = dbh.queryLastApp(db, app_id, content_type);
187 Log.w(LOG_TAG, "no receiver app found for " + app_id + ":" + content_type);
118 queryLastApp(SQLiteDatabase db, String app_id, String content_type) argument

Completed in 130 milliseconds