Searched refs:label2 (Results 1 – 5 of 5) sorted by relevance
118 final String label2 = "Keyboard מִקְלֶדֶת"; in updateState_multiImeWithMixedLocale_setImeLabelToSummary() local127 when(imis.get(1).loadLabel(mPm)).thenReturn(label2); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()131 …y(mPreference).setSummary(formatter.unicodeWrap(label1) + " and " + formatter.unicodeWrap(label2)); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()
261 String label2 = nullToEmpty(account2.getLabel().toString()); in initAccountList()262 retval = label1.compareTo(label2); in initAccountList()
657 String label2 = nullToEmpty(account2.getLabel().toString()); in sortSimPhoneAccountsForEmergency() local658 retval = label1.compareTo(label2); in sortSimPhoneAccountsForEmergency()
586 int type2, String label2, String data2, String auxData2, boolean primary2) { in assertContactMethodUpdate() argument605 values.put(ContactMethods.LABEL, label2); in assertContactMethodUpdate()
149 mLabel2 = (TextView) findViewById(R.id.label2); in onCreate()