Searched refs:mIsDefault (Results 1 – 2 of 2) sorted by relevance
57 private boolean mIsDefault; field in TelephonyNetworkFactory93 mIsDefault = false; in TelephonyNetworkFactory()179 String logString = "onActivePhoneSwitch(" + mIsActive + ", " + mIsDefault + ")"; in onActivePhoneSwitch()181 if (mIsDefault) { in onActivePhoneSwitch()205 if (newIsDefault != mIsDefault) { in onDefaultChange()206 mIsDefault = newIsDefault; in onDefaultChange()207 String logString = "onDefaultChange(" + mIsActive + "," + mIsDefault + ")"; in onDefaultChange()210 applyRequests(mDefaultRequests, (mIsDefault ? REQUEST : RELEASE), logString); in onDefaultChange()232 isApplicable = mIsDefault; in onNeedNetworkFor()268 isApplicable = (localLog != null) && mIsDefault; in onReleaseNetworkFor()[all …]
1118 if (service.mRequestTouchExplorationMode && service.mIsDefault == isDefault) { in notifyGestureLocked()1328 if (service.mIsDefault == isDefault) { in notifyAccessibilityServicesDelayedLocked()2644 boolean mIsDefault; field in AccessibilityManagerService.Service2788 mIsDefault = (info.flags & DEFAULT) != 0; in setDynamicallyConfigurableProperties()