HomeSort by relevance Sort by last modified time
    Searched full:updateifneeded (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 395 private static SmsApplicationData getApplication(Context context, boolean updateIfNeeded,
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) {
    [all...]
PhoneFactory.java 186 // updateIfNeeded set to true is enough to configure a default SMS app.
188 SmsApplication.getDefaultSmsApplication(context, true /* updateIfNeeded */);
  /packages/services/Telecomm/src/com/android/server/telecom/
RespondViaSmsManager.java 182 true /*updateIfNeeded*/);
Call.java     [all...]

Completed in 735 milliseconds