/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/ |
D | StorageApplicationListPreferenceControllerTest.java | 52 private static final String LABEL = "label"; field in StorageApplicationListPreferenceControllerTest 100 appEntry.label = LABEL; in onDataLoaded_addPreference_hasOnePreference() 109 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasOnePreference() 122 appEntry.label = LABEL; in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues() 132 appEntry.label = LABEL; in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues() 141 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_updatePreference_hasOnePreferenceWithUpdatedValues()
|
D | StorageMediaCategoryDetailPreferenceControllerTest.java | 53 private static final String LABEL = "label"; field in StorageMediaCategoryDetailPreferenceControllerTest 100 appEntry.label = LABEL; in onDataLoaded_addPreference_hasTwoPreferences() 114 assertThat(mLogicalPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasTwoPreferences()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/battery/ |
D | BatteryOptimizationModeAppListPageProviderTest.kt | 120 composeTestRule.onNodeWithText(LABEL).assertIsDisplayed() in item_labelDisplayed() 135 composeTestRule.onNodeWithText(LABEL).performClick() in item_onClick_navigate() 210 on { loadLabel(any()) } doReturn LABEL in batteryOptimizationModeAppListModel_archivedApp() 223 label = LABEL, in batteryOptimizationModeAppListModel_archivedApp() 230 composeTestRule.onNodeWithText(LABEL).assertIsDisplayed() in batteryOptimizationModeAppListModel_archivedApp() 276 label = LABEL, in setItemContent() 287 const val LABEL = "Label" constant
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/ |
D | AllAppListTest.kt | 114 composeTestRule.onNodeWithText(LABEL).assertIsDisplayed() in item_labelDisplayed() 128 composeTestRule.onNodeWithText(LABEL).performClick() in item_onClick_navigate() 227 on { loadLabel(any()) } doReturn LABEL in allAppListModel_archivedApp() 240 label = LABEL, in allAppListModel_archivedApp() 247 composeTestRule.onNodeWithText(LABEL).assertIsDisplayed() in allAppListModel_archivedApp() 285 label = LABEL, in setItemContent() 296 const val LABEL = "Label" constant
|
/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()
|
/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()
|
/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/Car/Settings/tests/unit/src/com/android/car/settings/applications/ |
D | ApplicationsSettingsPreferenceControllerTest.java | 56 private static final String LABEL = "label"; field in ApplicationsSettingsPreferenceControllerTest 101 appEntry.label = LABEL; in onDataLoaded_addPreference_hasOnePreference() 109 assertThat(mPreferenceGroup.getPreference(0).getTitle()).isEqualTo(LABEL); in onDataLoaded_addPreference_hasOnePreference() 123 appEntry.label = LABEL; in preferenceClick_launchesDetailFragment()
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandlerTest.java | 113 values.put(CommonDataKinds.Email.LABEL, label); in testConvertCurrentRowToPerson_labelCustom_typeCustom() 217 values.put(CommonDataKinds.Email.LABEL, label); in testConvertCurrentRowToPerson_email() 300 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS() 333 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO() 369 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN() 403 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES() 437 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG() 469 values.put(CommonDataKinds.Phone.LABEL, label); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback() 499 values.put(CommonDataKinds.Phone.LABEL, label); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withFallback_originalE164() 529 values.put(CommonDataKinds.Phone.LABEL, label); in testPhoneNumberInvalidE164_generatesAllVariants_withoutE164FormatInCP2() [all …]
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/datausage/lib/ |
D | AppPreferenceRepositoryTest.kt | 67 on { loadLabel(any()) } doReturn LABEL in loadAppPreferences_packageFound_returnPreference() 82 assertThat(title).isEqualTo(LABEL) in loadAppPreferences_packageFound_returnPreference() 91 const val LABEL = "Label" constant
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/print/ |
D | PrintRepositoryTest.kt | 63 assertThat(displayInfo.title).isEqualTo(LABEL) in printServiceDisplayInfosFlow_title() 101 const val LABEL = "Label" constant 103 on { loadLabel(any()) } doReturn LABEL in <lambda>()
|
/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/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/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 358 sPeopleProjectionMap.put(People.LABEL, People.LABEL); in sPeopleProjectionMap.put() argument 385 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.LABEL, in sOrganizationProjectionMap.put() argument 386 android.provider.Contacts.Organizations.LABEL); in sOrganizationProjectionMap.put() 397 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL); in sContactMethodProjectionMap.put() argument 411 sPhoneProjectionMap.put(android.provider.Contacts.Phones.LABEL, in sPhoneProjectionMap.put() argument 412 android.provider.Contacts.Phones.LABEL); in sPhoneProjectionMap.put() 564 "phone." + Phone.LABEL in createViews() 565 + " AS " + People.LABEL + ", " + in createViews() 591 Organization.LABEL in createViews() 592 + " AS " + android.provider.Contacts.Organizations.LABEL + ", " + in createViews() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | LegacyContactsProviderTest.java | 349 values.put(Organizations.LABEL, "Club"); in testOrganizationsInsert() 363 Organizations.LABEL); in testOrganizationsInsert() 382 values.put(Organizations.LABEL, "Club"); in testOrganizationsUpdate() 392 values.put(Organizations.LABEL, "Society"); in testOrganizationsUpdate() 410 values.put(Phones.LABEL, "Directory"); in testPhonesInsert() 436 values.put(People.LABEL, "Directory"); in testPhonesInsert() 443 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL); in testPhonesInsert() 454 values.put(Phones.LABEL, "Directory"); in testPhonesUpdate() 463 values.putNull(Phones.LABEL); in testPhonesUpdate() 484 values.put(Phones.LABEL, "Directory"); in testPhonesFilterQuery() [all …]
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
D | GoogleAccountType.java | 98 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL)); in addDataKindPhone() 116 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL)); in addDataKindEmail() 152 buildRelationType(Relation.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Relation.LABEL)); in addDataKindRelation() 178 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/Contacts/src/com/android/contacts/model/account/ |
D | GoogleAccountType.java | 104 .setCustomColumn(Phone.LABEL)); in addDataKindPhone() 122 Email.LABEL)); in addDataKindEmail() 153 .setCustomColumn(Relation.LABEL)); in addDataKindRelation() 179 .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/modules/NetworkStack/src/android/net/apf/ |
D | BaseApfGenerator.java | 56 LABEL(-1), enumConstant 460 if (mOpcode != Opcodes.LABEL) { in setLabel() 534 if (mOpcode == Opcodes.LABEL) { in size() 605 if (mOpcode == Opcodes.LABEL) { in generate() 954 private final Instruction mDropLabel = new Instruction(Opcodes.LABEL); 955 private final Instruction mPassLabel = new Instruction(Opcodes.LABEL);
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/spa/app/appcompat/ |
D | UserAspectRatioAppsPageProviderTest.kt | 108 composeTestRule.onNodeWithText(LABEL).assertIsDisplayed() in item_labelDisplayed() 138 label = LABEL, in setItemContent() 184 private const val LABEL = "Label" constant
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
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()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | ContactDataHandler.java | 251 super(resources, COLUMNS, Email.TYPE, Email.LABEL); in EmailDataHandler() 294 super(resources, COLUMNS, Phone.TYPE, Phone.LABEL); in PhoneHandler() 358 super(resources, COLUMNS, StructuredPostal.TYPE, StructuredPostal.LABEL); in StructuredPostalHandler() 487 Relation.NAME, Relation.TYPE, Relation.LABEL, 510 String label = getColumnString(cursor, Relation.LABEL); in addData()
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/ |
D | Cp2Projections.java | 42 Phone.LABEL, // 5 57 PhoneLookup.LABEL, // 5
|