/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/storage/ |
D | StorageApplicationListPreferenceControllerTest.java | 45 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()
|
D | StorageMediaCategoryDetailPreferenceControllerTest.java | 46 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/ |
D | TimerDAO.kt | 51 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()
|
D | TimerDAO.java | 62 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/ |
D | ApplicationListItemManagerTest.java | 47 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()
|
D | ApplicationsSettingsPreferenceControllerTest.java | 49 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/ |
D | LegacyApiSupport.java | 356 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/ |
D | LegacyContactsProviderTest.java | 350 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/ |
D | ApfGenerator.java | 40 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/ |
D | Projections.java | 48 Phone.LABEL, // 2 68 Phone.LABEL, // 2 87 Phone.LABEL, // 2
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
D | SpeedDialUiItem.java | 57 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/ |
D | GoogleAccountType.java | 100 .setCustomColumn(Phone.LABEL)); in addDataKindPhone() 118 Email.LABEL)); in addDataKindEmail() 149 .setCustomColumn(Relation.LABEL)); in addDataKindRelation() 175 .setCustomColumn(Event.LABEL)); in addDataKindEvent()
|
D | SamsungAccountType.java | 144 .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/ |
D | GoogleAccountType.java | 96 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()
|
D | SamsungAccountType.java | 141 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/ |
D | ClockProvider.java | 72 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);
|
D | ClockProvider.kt | 91 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
|
D | ClockDatabaseHelper.kt | 57 AlarmSettingColumns.LABEL + cs + in onCreate() 213 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " + in createAlarmsTable() 228 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " + in createInstanceTable()
|
D | ClockDatabaseHelper.java | 81 ClockContract.AlarmsColumns.LABEL + " TEXT NOT NULL, " + in createAlarmsTable() 96 ClockContract.InstancesColumns.LABEL + " TEXT NOT NULL, " + in createInstanceTable() 124 ClockContract.AlarmsColumns.LABEL + cs + in onCreate()
|
D | Alarm.kt | 268 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()
|
D | Alarm.java | 60 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/ |
D | DataItemTests.java | 150 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/ |
D | PhoneQuery.java | 29 static final int LABEL = 3; field in PhoneQuery 58 PhoneLookup.LABEL,
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/activecall/ |
D | InCallViewModelTest.java | 57 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/ |
D | Cp2Projections.java | 42 Phone.LABEL, // 5 57 PhoneLookup.LABEL, // 5
|