Searched defs:mIsWatch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java237 private boolean mIsWatch; field in class:BugreportProgressService
256 mIsWatch = (conf.uiMode & Configuration.UI_MODE_TYPE_MASK) ==
486 if (mIsWatch) {
504 if (!mIsWatch) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java474 final boolean mIsWatch; field in class:DevicePolicyManagerService
2124 mIsWatch = mInjector.getPackageManager()
7589 // logic may want to check mIsWatch or mPaired in addition to hasUserSetupCompleted().
7848 if ((mIsWatch || hasUserSetupCompleted(userHandle))
7856 if ((mIsWatch || hasUserSetupCompleted(userHandle)) && !isCallerWithSystemUid()) {
10232 if (mIsWatch && mInjector.settingsSecureGetIntForUser(Settings.Secure.DEVICE_PAIRED, 0,
10264 if (mIsWatch) {
10277 if (mUserSetupComplete.equals(uri) || (mIsWatch && mPaired.equals(uri))) {
10962 if (mIsWatch && hasPaired(UserHandle.USER_SYSTEM)) {
10967 if (mIsWatch || hasUserSetupComplete
[all...]

Completed in 87 milliseconds