Searched defs:mIsDefault (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java955 if (service.mRequestTouchExplorationMode && service.mIsDefault == isDefault) {
1099 if (service.mIsDefault == isDefault) {
2195 boolean mIsDefault; field in class:AccessibilityManagerService.Service
2271 mIsDefault = (info.flags & DEFAULT) != 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java58 private boolean mIsDefault; field in class:TelephonyNetworkFactory
94 mIsDefault = false;
180 String logString = "onActivePhoneSwitch(" + mIsActive + ", " + mIsDefault + ")";
182 if (mIsDefault) {
206 if (newIsDefault != mIsDefault) {
207 mIsDefault = newIsDefault;
208 String logString = "onDefaultChange(" + mIsActive + "," + mIsDefault + ")";
211 applyRequests(mDefaultRequests, (mIsDefault ? REQUEST : RELEASE), logString);
233 isApplicable = mIsDefault;
269 isApplicable = (localLog != null) && mIsDefault;
[all...]

Completed in 70 milliseconds