HomeSort by relevance Sort by last modified time
    Searched refs:updateIfNeeded (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 303 private static SmsApplicationData getApplication(Context context, boolean updateIfNeeded,
333 if (updateIfNeeded && applicationData == null) {
357 // We can only call checkOp if we are privileged (updateIfNeeded) or if the app we
361 if (updateIfNeeded || applicationData.mUid == android.os.Process.myUid()) {
367 (updateIfNeeded ? " (fixing)" : " (no permission to fix)"));
368 if (updateIfNeeded) {
379 if (updateIfNeeded) {
639 * @param updateIfNeeded update the default app if there is no valid default app configured.
642 public static ComponentName getDefaultSmsApplication(Context context, boolean updateIfNeeded) {
647 SmsApplicationData smsApplicationData = getApplication(context, updateIfNeeded,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 203 void updateIfNeeded();
252 // except the one in updateIfNeeded, then rename this to
RenderLayerCompositor.cpp 83 // the last step of updateIfNeeded can set this bit to false.
202 updateIfNeeded();
296 void RenderLayerCompositor::updateIfNeeded()
    [all...]

Completed in 67 milliseconds