Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 25 of 94) sorted by relevance

1234

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/storage/
DStorageApplicationListPreferenceControllerTest.java45 private static final String LABEL = "label"; field in StorageApplicationListPreferenceControllerTest
80 appEntry.label = LABEL; in onDataLoaded_addPreference_hasOnePreference()
89 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasOnePreference()
102 appEntry.label = LABEL; in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues()
112 appEntry.label = LABEL; in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues()
121 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues()
DStorageMediaCategoryDetailPreferenceControllerTest.java46 private static final String LABEL = "label"; field in StorageMediaCategoryDetailPreferenceControllerTest
80 appEntry.label = LABEL; in onDataLoaded_addPreference_hasTwoPreferences()
94 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasTwoPreferences()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerDAO.kt51 private const val LABEL = "timer_label_" constant
79 val label: String? = prefs.getString(LABEL + id, null) in getTimers()
112 editor.putString(LABEL + id, timer.label) in addTimer()
138 editor.putString(LABEL + id, timer.label) in updateTimer()
169 editor.remove(LABEL + id) in removeTimer()
DTimerDAO.java62 private static final String LABEL = "timer_label_"; field in TimerDAO
92 final String label = prefs.getString(LABEL + id, null); in getTimers()
124 editor.putString(LABEL + id, timer.getLabel()); in addTimer()
149 editor.putString(LABEL + id, timer.getLabel()); in updateTimer()
180 editor.remove(LABEL + id); in removeTimer()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
DApplicationListItemManagerTest.java47 private static final String LABEL = "label"; field in ApplicationListItemManagerTest
94 appEntry.label = LABEL; in onRebuildComplete_shouldNotifyRegisteredListener()
116 appEntry.label = LABEL; in onRebuildComplete_unRegisterOneListener_shouldNotifyRegisteredListener()
140 appEntry.label = LABEL; in onRebuildComplete_calledAgainImmediately_shouldNotRunSecondCallImmediately()
162 appEntry.label = LABEL; in onRebuildComplete_calledAgainImmediately_shouldRunSecondCallAfterUpdateInterval()
DApplicationsSettingsPreferenceControllerTest.java49 private static final String LABEL = "label"; field in ApplicationsSettingsPreferenceControllerTest
82 appEntry.label = LABEL; in onDataLoaded_addPreference_hasOnePreference()
90 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasOnePreference()
103 appEntry.label = LABEL; in preferenceClick_launchesDetailFragment()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java356 sPeopleProjectionMap.put(People.LABEL, People.LABEL); in sPeopleProjectionMap.put() argument
383 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.LABEL, in sOrganizationProjectionMap.put() argument
384 android.provider.Contacts.Organizations.LABEL); in sOrganizationProjectionMap.put()
395 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL); in sContactMethodProjectionMap.put() argument
409 sPhoneProjectionMap.put(android.provider.Contacts.Phones.LABEL, in sPhoneProjectionMap.put() argument
410 android.provider.Contacts.Phones.LABEL); in sPhoneProjectionMap.put()
562 "phone." + Phone.LABEL in createViews()
563 + " AS " + People.LABEL + ", " + in createViews()
589 Organization.LABEL in createViews()
590 + " AS " + android.provider.Contacts.Organizations.LABEL + ", " + in createViews()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java350 values.put(Organizations.LABEL, "Club"); in testOrganizationsInsert()
364 Organizations.LABEL); in testOrganizationsInsert()
383 values.put(Organizations.LABEL, "Club"); in testOrganizationsUpdate()
393 values.put(Organizations.LABEL, "Society"); in testOrganizationsUpdate()
411 values.put(Phones.LABEL, "Directory"); in testPhonesInsert()
437 values.put(People.LABEL, "Directory"); in testPhonesInsert()
444 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL); in testPhonesInsert()
455 values.put(Phones.LABEL, "Directory"); in testPhonesUpdate()
464 values.putNull(Phones.LABEL); in testPhonesUpdate()
485 values.put(Phones.LABEL, "Directory"); in testPhonesFilterQuery()
[all …]
/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java40 LABEL(-1), enumConstant
142 if (mOpcode != Opcodes.LABEL.value) { in setLabel()
165 if (mOpcode == Opcodes.LABEL.value) { in size()
236 if (mOpcode == Opcodes.LABEL.value) { in generate()
365 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL);
366 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
416 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
DProjections.java48 Phone.LABEL, // 2
68 Phone.LABEL, // 2
87 Phone.LABEL, // 2
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItem.java57 public static final int LABEL = 6; field in SpeedDialUiItem
69 Phone.LABEL,
82 Phone.LABEL,
162 String numberLabel = cursor.getString(LABEL); in getLabel()
/packages/apps/Contacts/src/com/android/contacts/model/account/
DGoogleAccountType.java100 .setCustomColumn(Phone.LABEL)); in addDataKindPhone()
118 Email.LABEL)); in addDataKindEmail()
149 .setCustomColumn(Relation.LABEL)); in addDataKindRelation()
175 .setCustomColumn(Event.LABEL)); in addDataKindEvent()
DSamsungAccountType.java144 .setCustomColumn(Phone.LABEL)); in addDataKindPhone()
162 Email.LABEL)); in addDataKindEmail()
193 .setCustomColumn(Relation.LABEL)); in addDataKindRelation()
219 .setCustomColumn(Event.LABEL)); in addDataKindEvent()
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DGoogleAccountType.java96 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL)); in addDataKindPhone()
114 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL)); in addDataKindEmail()
150 buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Relation.LABEL)); in addDataKindRelation()
176 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL)); in addDataKindEvent()
DSamsungAccountType.java141 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL)); in addDataKindPhone()
159 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL)); in addDataKindEmail()
190 buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Relation.LABEL)); in addDataKindRelation()
215 buildEventType(Event.TYPE_CUSTOM, false).setSecondary(true).setCustomColumn(Event.LABEL)); in addDataKindEvent()
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockProvider.java72 sAlarmsWithInstancesProjection.put(ALARMS_TABLE_NAME + "." + AlarmsColumns.LABEL,
73 ALARMS_TABLE_NAME + "." + AlarmsColumns.LABEL);
93 sAlarmsWithInstancesProjection.put(INSTANCES_TABLE_NAME + "." + InstancesColumns.LABEL,
94 INSTANCES_TABLE_NAME + "." + InstancesColumns.LABEL);
DClockProvider.kt91 sAlarmsWithInstancesProjection[ALARMS_TABLE_NAME + "." + AlarmSettingColumns.LABEL] =
92 ALARMS_TABLE_NAME + "." + AlarmSettingColumns.LABEL
113 sAlarmsWithInstancesProjection[INSTANCES_TABLE_NAME + "." + AlarmSettingColumns.LABEL] =
114 INSTANCES_TABLE_NAME + "." + AlarmSettingColumns.LABEL
DClockDatabaseHelper.kt57 AlarmSettingColumns.LABEL + cs + in onCreate()
213 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " + in createAlarmsTable()
228 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " + in createInstanceTable()
DClockDatabaseHelper.java81 ClockContract.AlarmsColumns.LABEL + " TEXT NOT NULL, " + in createAlarmsTable()
96 ClockContract.InstancesColumns.LABEL + " TEXT NOT NULL, " + in createInstanceTable()
124 ClockContract.AlarmsColumns.LABEL + cs + in onCreate()
DAlarm.kt268 AlarmSettingColumns.LABEL,
280 ClockDatabaseHelper.ALARMS_TABLE_NAME + "." + AlarmSettingColumns.LABEL,
290 ClockDatabaseHelper.INSTANCES_TABLE_NAME + "." + AlarmSettingColumns.LABEL,
332 values.put(AlarmSettingColumns.LABEL, alarm.label) in createContentValues()
DAlarm.java60 LABEL,
72 ClockDatabaseHelper.ALARMS_TABLE_NAME + "." + LABEL,
83 ClockDatabaseHelper.INSTANCES_TABLE_NAME + "." + ClockContract.InstancesColumns.LABEL,
124 values.put(LABEL, alarm.label); in createContentValues()
/packages/apps/Contacts/tests/src/com/android/contacts/model/dataitem/
DDataItemTests.java150 mValues1.put(Event.LABEL, customLabel1); in testDataItemCollapsing_event()
151 mValues2.put(Event.LABEL, customLabel1); in testDataItemCollapsing_event()
152 mValues3.put(Event.LABEL, customLabel2); in testDataItemCollapsing_event()
334 mValues1.put(Relation.LABEL, customRelation1); in testDataItemCollapsing_relation()
335 mValues2.put(Relation.LABEL, customRelation1); in testDataItemCollapsing_relation()
336 mValues3.put(Relation.LABEL, customRelation2); in testDataItemCollapsing_relation()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DPhoneQuery.java29 static final int LABEL = 3; field in PhoneQuery
58 PhoneLookup.LABEL,
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/
DInCallViewModelTest.java57 private static final CharSequence LABEL = "DisconnectCause"; field in InCallViewModelTest
93 DisconnectCause disconnectCause = new DisconnectCause(1, LABEL, null, ""); in setup()
154 assertThat(callDetail.getDisconnectCause()).isEqualTo(LABEL); in testGetPrimaryCallDetail()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2Projections.java42 Phone.LABEL, // 5
57 PhoneLookup.LABEL, // 5

1234