Searched defs:updateIfNeeded (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java247 private static SmsApplicationData getApplication(Context context, boolean updateIfNeeded) { argument
266 if (updateIfNeeded && applicationData == null) {
290 // We can only call checkOp if we are privileged (updateIfNeeded) or if the app we
294 if (updateIfNeeded || applicationData.mUid == android.os.Process.myUid()) {
300 (updateIfNeeded ? " (fixing)" : " (no permission to fix)"));
301 if (updateIfNeeded) {
312 if (updateIfNeeded) {
404 * @param updateIfNeeded update the default app if there is no valid default app configured.
407 public static ComponentName getDefaultSmsApplication(Context context, boolean updateIfNeeded) { argument
409 SmsApplicationData smsApplicationData = getApplication(context, updateIfNeeded);
423 getDefaultMmsApplication(Context context, boolean updateIfNeeded) argument
439 getDefaultRespondViaMessageApplication(Context context, boolean updateIfNeeded) argument
456 getDefaultSendToApplication(Context context, boolean updateIfNeeded) argument
[all...]

Completed in 112 milliseconds