/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | GestureStrokeRecognitionParams.java | 59 public static final GestureStrokeRecognitionParams DEFAULT = field in GestureStrokeRecognitionParams 80 DEFAULT.mStaticTimeThresholdAfterFastTyping); in GestureStrokeRecognitionParams() 83 DEFAULT.mDetectFastMoveSpeedThreshold); in GestureStrokeRecognitionParams() 86 DEFAULT.mDynamicThresholdDecayDuration); in GestureStrokeRecognitionParams() 89 DEFAULT.mDynamicTimeThresholdFrom); in GestureStrokeRecognitionParams() 92 DEFAULT.mDynamicTimeThresholdTo); in GestureStrokeRecognitionParams() 95 DEFAULT.mDynamicDistanceThresholdFrom); in GestureStrokeRecognitionParams() 98 DEFAULT.mDynamicDistanceThresholdTo); in GestureStrokeRecognitionParams() 101 DEFAULT.mSamplingMinimumDistance); in GestureStrokeRecognitionParams() 104 DEFAULT.mRecognitionMinimumTime); in GestureStrokeRecognitionParams() [all …]
|
D | KeyboardCodesSet.java | 35 return DEFAULT[id]; in getCode() 58 private static final int[] DEFAULT = { field in KeyboardCodesSet
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/ |
D | AccountTypeTest.java | 38 final String DEFAULT = "ABC"; in testGetResourceText() local 41 assertEquals(DEFAULT, AccountType.getResourceText(c, null, -1, DEFAULT)); in testGetResourceText() 44 assertEquals(DEFAULT, AccountType.getResourceText(c, packageName, -1, DEFAULT)); in testGetResourceText() 49 AccountType.getResourceText(c, packageName, externalResID, DEFAULT)); in testGetResourceText() 54 AccountType.getResourceText(c, null, internalResId, DEFAULT)); in testGetResourceText()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | AudioHelperTest.java | 34 private static final int DEFAULT = -100; field in AudioHelperTest 47 int volume = DEFAULT; in getMaxVolume_anyStreamType_getValue() 51 assertThat(volume).isNotEqualTo(DEFAULT); in getMaxVolume_anyStreamType_getValue() 57 int volume = DEFAULT; in getMinVolume_anyStreamType_getValue() 61 assertThat(volume).isNotEqualTo(DEFAULT); in getMinVolume_anyStreamType_getValue()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | BootReminder.java | 44 ManagedProfileChecker.DEFAULT, in BootReminder() 45 UserProvisioningStateHelperProvider.DEFAULT, in BootReminder() 46 EncryptionControllerProvider.DEFAULT, in BootReminder() 47 CrossProfileAppsPregrantControllerProvider.DEFAULT, in BootReminder()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/ |
D | GraphicsDriverAppPreferenceControllerTest.java | 58 private static final int DEFAULT = 0; field in GraphicsDriverAppPreferenceControllerTest 187 assertThat(preference.getEntry()).isEqualTo(mValueList[DEFAULT]); in createPreference_configDefault_shouldSetDefaultAttributes() 188 assertThat(preference.getValue()).isEqualTo(mValueList[DEFAULT]); in createPreference_configDefault_shouldSetDefaultAttributes() 189 assertThat(preference.getSummary()).isEqualTo(mValueList[DEFAULT]); in createPreference_configDefault_shouldSetDefaultAttributes() 245 mController.onPreferenceChange(preference, mValueList[DEFAULT]); in onPreferenceChange_selectDefault_shouldUpdateAttributesAndSettingsGlobal() 247 assertThat(preference.getEntry()).isEqualTo(mValueList[DEFAULT]); in onPreferenceChange_selectDefault_shouldUpdateAttributesAndSettingsGlobal() 248 assertThat(preference.getValue()).isEqualTo(mValueList[DEFAULT]); in onPreferenceChange_selectDefault_shouldUpdateAttributesAndSettingsGlobal() 249 assertThat(preference.getSummary()).isEqualTo(mValueList[DEFAULT]); in onPreferenceChange_selectDefault_shouldUpdateAttributesAndSettingsGlobal()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 1604 ExecutePriority::DEFAULT, {}, &planA), in TEST_F() 1617 ExecutePriority::DEFAULT, {}, &planC), in TEST_F() 1630 ExecutePriority::DEFAULT, {}, &planB), in TEST_F() 1702 ExecutePriority::DEFAULT, {}, &planA), in TEST_F() 1717 ExecutePriority::DEFAULT, {}, &planB), in TEST_F() 1832 ExecutePriority::DEFAULT, {}, &plan), in TEST_F() 1872 ExecutePriority::DEFAULT, {}, &plan), in TEST_F() 2016 ExecutePriority::DEFAULT, {}, &plan), in TEST_F() 2120 ExecutePriority::DEFAULT, {}, &plan), in TEST_F() 2174 ExecutePriority::DEFAULT, {}, &plan), in TEST_F() [all …]
|
D | TestUnspecifiedDimensions.cpp | 93 enum class PaddingEnabled { DEFAULT, ENABLED, DISABLED }; enumerator 168 case PaddingEnabled::DEFAULT: in toString() 189 mEnablePaddingChoices = {PaddingEnabled::DEFAULT, PaddingEnabled::ENABLED, in SetUp() 223 mEnablePaddingChoices = {PaddingEnabled::DEFAULT, PaddingEnabled::ENABLED, in SetUp() 619 std::vector<PaddingEnabled> mEnablePaddingChoices = {PaddingEnabled::DEFAULT};
|
/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | BlobCache.h | 42 DEFAULT = RANDOM, enumerator 58 DEFAULT = HALVE, enumerator 65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); } in defaultPolicy()
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainActivityTest.java | 173 mPrivateKey = Base64.decode(PRIVATE_SERVER_KEY, Base64.DEFAULT); in setUp() 174 mLeafRsaCertificate = Base64.decode(LEAF_SERVER_CERT_RSA, Base64.DEFAULT); in setUp() 175 mIntermediateRsaCertificate = Base64.decode(INTERMEDIATE_CA_CERT_RSA, Base64.DEFAULT); in setUp() 176 mRootRsaCertificate = Base64.decode(ROOT_CA_CERT_RSA, Base64.DEFAULT); in setUp()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | FallbackActivityInterface.java | 21 import static com.android.quickstep.fallback.RecentsState.DEFAULT; 53 super(false, DEFAULT, BACKGROUND_APP); in FallbackActivityInterface() 170 return activity != null && activity.getStateManager().getState() == DEFAULT && in isInLiveTileMode() 188 return DEFAULT; in stateFromGestureEndTarget()
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/ |
D | NewVoicemailViewHolder.java | 204 primaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread() 205 secondaryTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread() 206 transcriptionTextView.setTypeface(Typeface.DEFAULT, Typeface.BOLD); in boldViewHolderIfUnread() 295 primaryTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues() 296 secondaryTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues() 297 transcriptionTextView.setTypeface(Typeface.DEFAULT, Typeface.NORMAL); in expandAndBindViewHolderAndMediaPlayerViewWithAdapterValues()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | ShortcutRequest.java | 96 return QueryResult.DEFAULT; in query() 105 return QueryResult.DEFAULT; in query() 111 static final QueryResult DEFAULT = new QueryResult(GO_DISABLE_WIDGETS); field in ShortcutRequest.QueryResult
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | AnimatorPlaybackController.java | 57 addAnimationHoldersRecur(anim, duration, SpringProperty.DEFAULT, childAnims); in wrap() 356 ProgressMapper DEFAULT = (progress, globalEndProgress) -> field 382 this.mapper = ProgressMapper.DEFAULT; in Holder() 391 mapper = ProgressMapper.DEFAULT; in reset()
|
/packages/apps/KeyChain/robotests/src/com/android/keychain/ |
D | AliasLoaderTest.java | 156 mRSACertOne = Base64.decode(SELF_SIGNED_RSA_CERT_1_B64, Base64.DEFAULT); in setUp() 157 mRSACertTwo = Base64.decode(SELF_SIGNED_RSA_CERT_2_B64, Base64.DEFAULT); in setUp() 158 mECCertOne = Base64.decode(SELF_SIGNED_EC_CERT_1_B64, Base64.DEFAULT); in setUp() 159 mECCertTwo = Base64.decode(SELF_SIGNED_EC_CERT_2_B64, Base64.DEFAULT); in setUp()
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | NotificationChannelId.java | 29 NotificationChannelId.DEFAULT, 40 String DEFAULT = "phone_default"; field
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/ |
D | FallbackRecentsView.java | 19 import static com.android.quickstep.fallback.RecentsState.DEFAULT; 177 mActivity.getStateManager().goToState(DEFAULT); in setModalStateEnabled() 196 setOverlayEnabled(finalState == DEFAULT || finalState == MODAL_TASK); in onStateTransitionComplete()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StateView.java | 38 public static int DEFAULT = 0; field in StateView 47 private int mType = DEFAULT; 72 this(context, DEFAULT); in StateView() 153 if (mType == DEFAULT || mType == END) { in onDraw()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/manageduser/ |
D | ManagedUserRemovalListener.java | 40 ManagedProfileChecker.DEFAULT, in ManagedUserRemovalListener() 41 UserProvisioningStateHelperProvider.DEFAULT, in ManagedUserRemovalListener()
|
/packages/apps/Settings/src/com/android/settings/biometrics/combination/ |
D | BiometricSettingsKeyguardPreferenceController.java | 35 private static final int DEFAULT = ON; field in BiometricSettingsKeyguardPreferenceController 55 BIOMETRIC_KEYGUARD_ENABLED, DEFAULT, mUserId) == ON; in isChecked()
|
D | BiometricSettingsAppPreferenceController.java | 37 private static final int DEFAULT = ON; field in BiometricSettingsAppPreferenceController 61 DEFAULT, mUserId) == ON; in isChecked()
|
/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceSettingsConfirmPreferenceController.java | 38 private static final int DEFAULT = OFF; field in FaceSettingsConfirmPreferenceController 55 FACE_UNLOCK_ALWAYS_REQUIRE_CONFIRMATION, DEFAULT, getUserId()) == ON; in isChecked()
|
D | FaceSettingsAppPreferenceController.java | 39 private static final int DEFAULT = ON; // face unlock is enabled for BiometricPrompt by default field in FaceSettingsAppPreferenceController 58 mContext.getContentResolver(), FACE_UNLOCK_APP_ENABLED, DEFAULT, getUserId()) == ON; in isChecked()
|
D | FaceSettingsKeyguardPreferenceController.java | 41 private static final int DEFAULT = ON; // face unlock is enabled on keyguard by default field in FaceSettingsKeyguardPreferenceController 62 FACE_UNLOCK_KEYGUARD_ENABLED, DEFAULT, getUserId()) == ON; in isChecked()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 235 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT)) in getPhones() 297 return filterPhonesInternal(context, Phone.CONTENT_FILTER_URI, query, Directory.DEFAULT); in filterPhones() 361 return filterEmailsInternal(context, Email.CONTENT_FILTER_URI, query, Directory.DEFAULT); in filterEmails() 400 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT)) in lookupEmail()
|