Searched refs:label1 (Results 1 – 6 of 6) sorted by relevance
115 final String label1 = "label"; in updateState_multiImeWithMixedLocale_setImeLabelToSummary() local123 when(imis.get(0).loadLabel(mPm)).thenReturn(label1); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()129 …verify(mPreference).setSummary(formatter.unicodeWrap(label1) + " and " + formatter.unicodeWrap(lab… in updateState_multiImeWithMixedLocale_setImeLabelToSummary()
270 String label1 = nullToEmpty(account1.getLabel().toString()); in initAccountList()272 retval = label1.compareTo(label2); in initAccountList()
58 mLabel = (TextView) findViewById(R.id.label1); in onCreate()
722 String label1 = nullToEmpty(account1.getLabel().toString()); in sortSimPhoneAccountsForEmergency() local724 retval = label1.compareTo(label2); in sortSimPhoneAccountsForEmergency()
147 mLabel1 = (TextView) findViewById(R.id.label1); in onCreate()
584 int type1, String label1, String data1, String auxData1, boolean primary1, in assertContactMethodUpdate() argument595 values.put(ContactMethods.LABEL, label1); in assertContactMethodUpdate()