| /packages/apps/StorageManager/robotests/src/com/android/storagemanager/utils/ |
| D | PreferenceListCacheTest.java | 63 Preference first = createPreference("first"); in testCacheAndRestoreAllPreferences() local 80 Preference first = createPreference("first"); in testRestoreSomePreferences() local 98 Preference first = createPreference("first"); in testRestoreZeroPreferences() local 116 Preference first = createPreference("first"); in testKeyCollisionThrows() local 128 Preference first = createPreference(""); in testEmptyKeyThrows() local
|
| /packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/ |
| D | ViewModeTests.java | 35 ViewMode first = new ViewMode(); in testBundleSaveRestorePreserveState() local 74 ViewMode first = new ViewMode(); in testMultipleTransitionsFail() local
|
| /packages/apps/Contacts/tests/src/com/android/contacts/model/ |
| D | RawContactDeltaListTests.java | 367 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local 378 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local 403 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local 429 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local 454 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local 478 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local 509 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local 528 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local 560 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local 573 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
|
| /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/ |
| D | Pair.java | 25 public Pair(final T1 first, final T2 second) { in Pair()
|
| /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
| D | db_utilities_indexing.cpp | 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,lo… in db_LeanPartitionOnPivot() 61 long first=0; in db_LeanQuickSelect() local
|
| /packages/apps/Messaging/src/com/android/messaging/util/ |
| D | ConversationIdSet.java | 38 public String first() { in first() method in ConversationIdSet
|
| /packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
| D | ConversationInfo.java | 46 public ConversationInfo(int messageCount, int draft, String first, String firstUnread, in ConversationInfo() 112 public void set(int count, int draft, String first, String firstUnread, String last) { in set()
|
| /packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
| D | ImapUtility.java | 107 int first = Integer.parseInt(range.substring(0, colonPos)); in getImapRangeValues() local
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
| D | SetupGlifLayoutActivity.java | 53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
| D | ImapUtility.java | 103 int first = Integer.parseInt(range.substring(0, colonPos)); in getImapRangeValues() local
|
| /packages/services/BuiltInPrintService/src/com/android/bips/discovery/ |
| D | MultiDiscovery.java | 40 public MultiDiscovery(Discovery first, Discovery... rest) { in MultiDiscovery()
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
| D | digraph_utils.h | 39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member
|
| /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
| D | MimeBoundaryInputStream.java | 41 private boolean first = true; field in MimeBoundaryInputStream
|
| /packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/ |
| D | FetchDownloadsLoaderTest.java | 77 File first = temporaryFolder.newFile(); in testSumFileSizes() local
|
| /packages/apps/TV/common/src/com/android/tv/common/util/ |
| D | CollectionUtils.java | 35 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll()
|
| /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
| D | CSite.h | 28 short first; member
|
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| D | PduParser.java | 1004 int first = temp & 0xFF; in parseValueLength() local 1032 int first = temp & 0xFF; in parseEncodedStringValue() local 1385 int first = extractByteValue(pduDataStream); in parseContentTypeParams() local 1545 int first = (temp & 0xFF); in parseContentType() local
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
| D | PduParser.java | 1038 int first = temp & 0xFF; in parseValueLength() local 1067 int first = temp & 0xFF; in parseEncodedStringValue() local 1422 int first = extractByteValue(pduDataStream); in parseContentTypeParams() local 1582 int first = (temp & 0xFF); in parseContentType() local
|
| /packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/ |
| D | UsersPreferenceProviderTest.java | 90 Preference first = provider.createUserList().get(0); in testCreateUserList_firstUserIsCurrentUser() local
|
| /packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/ |
| D | BiometricEnrollBase.java | 99 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
| /packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
| D | RedactionInterstitial.java | 64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
| /packages/apps/Camera2/src/com/android/camera/widget/ |
| D | Preloader.java | 87 private void preload(int first, boolean increasing) { in preload()
|
| /packages/apps/Settings/src/com/android/settings/notification/ |
| D | RedactionInterstitial.java | 63 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
| /packages/apps/Settings/src/com/android/settings/biometrics/ |
| D | BiometricEnrollBase.java | 103 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
| /packages/apps/Car/libs/car-arch-common/tests/robotests/src/com/android/car/arch/common/ |
| D | LiveDataFunctionsTest.java | 714 Object first = new Object(); in testSplit() local 762 Object first = new Object(); in testCombine() local 845 private <T, R> Pair<T, R> pair(T first, R second) { in pair()
|