Home
last modified time | relevance | path

Searched defs:first (Results 1 – 25 of 54) sorted by relevance

123

/packages/apps/UnifiedEmail/tests/src/com/android/mail/ui/
DViewModeTests.java35 ViewMode first = new ViewMode(); in testBundleSaveRestorePreserveState() local
74 ViewMode first = new ViewMode(); in testMultipleTransitionsFail() local
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DTestResultLogger.java41 Result first = mResults.get(0); in getAverageSpeed() local
61 Result first = mResults.get(0); in getAverageSpeed() local
/packages/apps/TV/tests/unit/src/com/android/tv/common/
DTvContentRatingCacheTest.java65 TvContentRating[] first = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_same() local
71 TvContentRating[] first = mCache.getRatings(TvContentRatingConstants.STRING_US_TV_MA); in testGetRatings_US_TV_MA_diffAfterClear() local
78 TvContentRating[] first = mCache.getRatings(MA_AND_Y7); in testGetRatings_TWO_orderDoesNotMatter() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java376 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataRemoteInsert() local
387 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteInsert() local
412 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalUpdateRemoteDelete() local
438 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalDeleteRemoteUpdate() local
463 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeDataLocalInsertRemoteInsert() local
487 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeRawContactLocalInsertRemoteInsert() local
518 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalDeleteRemoteDelete() local
537 final RawContactDeltaList first = buildSet( in testMergeRawContactLocalUpdateRemoteDelete() local
569 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeUsesNewVersion() local
582 final RawContactDeltaList first = buildSet(buildBeforeEntity(mContext, CONTACT_BOB, in testMergeAfterEnsureAndTrim() local
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallAnimationUtils.java80 Drawable first = getDrawable(0); in draw() local
97 private static CrossFadeDrawable newCrossFadeDrawable(Drawable first, Drawable second) { in newCrossFadeDrawable()
/packages/apps/TV/common/src/com/android/tv/common/
DCollectionUtils.java32 public static <T> T[] concatAll(T[] first, T[]... rest) { in concatAll()
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
DPair.java25 public Pair(final T1 first, final T2 second) { in Pair()
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_indexing.cpp36 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/UnifiedEmail/src/com/android/mail/providers/
DConversationInfo.java46 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/Settings/src/com/android/settings/fingerprint/
DSetupFingerprintEnrollFindSensor.java51 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollFinish.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollEnrolling.java50 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupFingerprintEnrollIntroduction.java52 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/Messaging/src/com/android/messaging/util/
DConversationIdSet.java38 public String first() { in first() method in ConversationIdSet
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapUtility.java107 int first = Integer.parseInt(range.substring(0, colonPos)); in getImapRangeValues() local
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DImapUtility.java106 int first = Integer.parseInt(range.substring(0, colonPos)); in getImapRangeValues() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddigraph_utils.h39 typedef struct { int first; int second; int compositeGlyph; } digraph_t; member
/packages/services/Telephony/src/org/apache/james/mime4j/
DMimeBoundaryInputStream.java41 private boolean first = true; field in MimeBoundaryInputStream
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DMimeBoundaryInputStream.java41 private boolean first = true; field in MimeBoundaryInputStream
/packages/apps/Settings/src/com/android/settings/
DSetupRedactionInterstitial.java57 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSetupEncryptionInterstitial.java69 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { in onApplyThemeResource()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DCSite.h28 short first; member
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java1038 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/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java1004 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/TV/tests/unit/src/com/android/tv/dvr/ui/
DSortedArrayAdapterTest.java121 static TestData create(long first, String text) { in create()

123