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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java219 private boolean mIsWatch; field in class:BugreportProgressService
235 mIsWatch = (conf.uiMode & Configuration.UI_MODE_TYPE_MASK) ==
465 if (mIsWatch) {
483 if (!mIsWatch) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java360 boolean mIsWatch; field in class:DevicePolicyManagerService
1684 mIsWatch = mContext.getPackageManager()
1792 final boolean isWatchWithDeviceOwner = mIsWatch && mOwners.hasDeviceOwner();
6244 // logic may want to check mIsWatch or mPaired in addition to hasUserSetupCompleted().
6490 if ((mIsWatch || hasUserSetupCompleted(userHandle))
6498 if ((mIsWatch || hasUserSetupCompleted(userHandle)) && !isCallerWithSystemUid()) {
8335 if (mIsWatch && mInjector.settingsSecureGetIntForUser(Settings.Secure.DEVICE_PAIRED, 0,
8363 if (mIsWatch) {
8370 if (mUserSetupComplete.equals(uri) || (mIsWatch && mPaired.equals(uri))) {
8768 if (mIsWatch
[all...]

Completed in 194 milliseconds