Searched refs:label1 (Results 1 – 6 of 6) sorted by relevance
117 final String label1 = "label"; in updateState_multiImeWithMixedLocale_setImeLabelToSummary() local125 when(imis.get(0).loadLabel(mPm)).thenReturn(label1); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()131 …verify(mPreference).setSummary(formatter.unicodeWrap(label1) + " and " + formatter.unicodeWrap(lab… in updateState_multiImeWithMixedLocale_setImeLabelToSummary()
588 String label1 = nullToEmpty(account1.getLabel().toString()); in sortSimPhoneAccountsForEmergency() local590 retval = label1.compareTo(label2); in sortSimPhoneAccountsForEmergency()
340 String label1 = nullToEmpty(account1.getLabel().toString()); in initAccountList()342 retval = label1.compareTo(label2); in initAccountList()
58 mLabel = (TextView) findViewById(R.id.label1); in onCreate()
585 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate() argument596 values.put(ContactMethods.LABEL, label1); in assertContactMethodUpdate()
147 mLabel1 = (TextView) findViewById(R.id.label1); in onCreate()