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

  /frameworks/base/core/java/android/net/
RouteInfo.java 45 private final boolean mIsDefault;
71 mIsDefault = isDefault();
119 return mIsDefault;
171 && mIsDefault == target.mIsDefault;
178 + (mIsDefault ? 3 : 7);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 121 public boolean mIsDefault; // note: callers should use getDefaultAccountId()
268 mIsDefault = cursor.getInt(CONTENT_IS_DEFAULT_COLUMN) == 1;
496 mIsDefault = newDefaultState;
759 if (mHostAuthRecv == null && mHostAuthSend == null && mIsDefault == false &&
786 if (mIsDefault) {
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 627 if (service.mReqeustTouchExplorationMode && service.mIsDefault == isDefault) {
709 if (service.mIsDefault == isDefault) {
    [all...]

Completed in 114 milliseconds