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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java302 private static SmsApplicationData getApplication(Context context, boolean updateIfNeeded, argument
332 if (updateIfNeeded && applicationData == null) {
356 // We can only call checkOp if we are privileged (updateIfNeeded) or if the app we
360 if (updateIfNeeded || applicationData.mUid == android.os.Process.myUid()) {
366 (updateIfNeeded ? " (fixing)" : " (no permission to fix)"));
367 if (updateIfNeeded) {
378 if (updateIfNeeded) {
616 * @param updateIfNeeded update the default app if there is no valid default app configured.
619 public static ComponentName getDefaultSmsApplication(Context context, boolean updateIfNeeded) { argument
624 SmsApplicationData smsApplicationData = getApplication(context, updateIfNeeded,
642 getDefaultMmsApplication(Context context, boolean updateIfNeeded) argument
665 getDefaultRespondViaMessageApplication(Context context, boolean updateIfNeeded) argument
691 getDefaultSendToApplication(Context context, boolean updateIfNeeded) argument
[all...]

Completed in 7990 milliseconds