Searched refs:label1 (Results 1 – 6 of 6) sorted by relevance
109 final String label1 = "label"; in updateState_multiImeWithMixedLocale_setImeLabelToSummary() local117 when(imis.get(0).loadLabel(mPm)).thenReturn(label1); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()132 formatter.unicodeWrap(label1) + ", " + formatter.unicodeWrap(label2)); in updateState_multiImeWithMixedLocale_setImeLabelToSummary()
110 String label1 = nullToEmpty(account1.getLabel().toString()); in sortSimPhoneAccounts()112 retval = label1.compareTo(label2); in sortSimPhoneAccounts()
326 String label1 = nullToEmpty(account1.getLabel().toString()); in initAccountList()328 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()