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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java395 private static SmsApplicationData getApplication(Context context, boolean updateIfNeeded, argument
425 if (updateIfNeeded && applicationData == null) {
449 // We can only call checkOp if we are privileged (updateIfNeeded) or if the app we
453 if (updateIfNeeded || applicationData.mUid == android.os.Process.myUid()) {
459 (updateIfNeeded ? " (fixing)" : " (no permission to fix)"));
460 if (updateIfNeeded) {
471 if (updateIfNeeded) {
767 * @param updateIfNeeded update the default app if there is no valid default app configured.
770 public static ComponentName getDefaultSmsApplication(Context context, boolean updateIfNeeded) { argument
775 SmsApplicationData smsApplicationData = getApplication(context, updateIfNeeded,
793 getDefaultMmsApplication(Context context, boolean updateIfNeeded) argument
816 getDefaultRespondViaMessageApplication(Context context, boolean updateIfNeeded) argument
842 getDefaultSendToApplication(Context context, boolean updateIfNeeded) argument
867 getDefaultExternalTelephonyProviderChangedApplication( Context context, boolean updateIfNeeded) argument
[all...]

Completed in 50 milliseconds