/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
H A D | Components.java | 25 public static final String LABEL = "SimpleApp"; field in Components.SimpleActivity 32 public static final String LABEL = "FixedApp"; field in Components.FixedActivity 38 public static final String LABEL = "NonResizeableApp"; field in Components.NonResizeableActivity 45 public static final String LABEL = "PipApp"; field in Components.PipActivity 70 public static final String LABEL = "ImeApp"; field in Components.ImeActivity 80 public static final String LABEL = "SplitScreenPrimaryApp"; field in Components.SplitScreenActivity 86 public static final String LABEL = "SplitScreenSecondaryApp"; field in Components.SplitScreenSecondaryActivity 92 public static final String LABEL = "LaunchBubbleApp"; field in Components.LaunchBubbleActivity 98 public static final String LABEL = "BubbleApp"; field in Components.BubbleActivity
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/ |
H A 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()
|
H A 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()
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
H A D | VCardImporterTests.java | 656 .put(Phone.LABEL, "VIDEO") in testComplicatedCase() 683 .put(Email.LABEL, "INTERNET") in testComplicatedCase() 713 .put(Email.LABEL, "INTERNET") in testInvalidMultipleLineV21() 975 .put(Phone.LABEL, "NEC-SECRET") in testV21MultipleEntryCase() 979 .put(Phone.LABEL, "NEC-HOTEL") in testV21MultipleEntryCase() 983 .put(Phone.LABEL, "NEC-SCHOOL") in testV21MultipleEntryCase() 997 .put(Phone.LABEL, "MODEM") in testV21MultipleEntryCase() 1008 .put(Phone.LABEL, "NEC-GIRL") in testV21MultipleEntryCase() 1019 .put(Phone.LABEL, "NEC-BOY") in testV21MultipleEntryCase() 1027 .put(Phone.LABEL, "NEC-PHS") in testV21MultipleEntryCase() [all …]
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/ |
H A D | SplitScreenHelper.kt | 42 Components.SplitScreenActivity.LABEL, 47 Components.SplitScreenSecondaryActivity.LABEL, 52 Components.NonResizeableActivity.LABEL,
|
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/ |
H A 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()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/data/ |
H A D | TimerDAO.kt | 51 private const val LABEL = "timer_label_" 79 val label: String? = prefs.getString(LABEL + id, null) 112 editor.putString(LABEL + id, timer.label) 138 editor.putString(LABEL + id, timer.label) 169 editor.remove(LABEL + id)
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/ |
H A D | Projections.java | 48 Phone.LABEL, // 2 68 Phone.LABEL, // 2 87 Phone.LABEL, // 2
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/ |
H A 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/ |
H A D | CustomTileStatePersister.kt | 33 private const val LABEL = "label" 97 label = json.getStringOrNull(LABEL) 116 .put(LABEL, label)
|
/aosp12/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
H A D | DocActivity.java | 24 static final String LABEL = "label"; field in DocActivity 29 String label = getIntent().getStringExtra(LABEL); in onCreate()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
H A D | PhoneQuery.java | 29 static final int LABEL = 3; field in PhoneQuery 58 PhoneLookup.LABEL,
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/ |
H A 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()
|
/aosp12/packages/modules/NetworkStack/src/android/net/apf/ |
H A 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/ |
H A 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()
|
H A 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()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
H A 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()
|
H A 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()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | LegacyContactsProviderTest.java | 350 values.put(Organizations.LABEL, "Club"); in testOrganizationsInsert() 364 Organizations.LABEL); in testOrganizationsInsert() 383 values.put(Organizations.LABEL, "Club"); in testOrganizationsUpdate() 411 values.put(Phones.LABEL, "Directory"); in testPhonesInsert() 437 values.put(People.LABEL, "Directory"); 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() 556 values.put(ContactMethods.LABEL, label); in assertContactMethodInsert() 596 values.put(ContactMethods.LABEL, label1); in assertContactMethodUpdate() [all …]
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | LegacyApiSupport.java | 356 sPeopleProjectionMap.put(People.LABEL, People.LABEL); in sPeopleProjectionMap.put() argument 384 android.provider.Contacts.Organizations.LABEL); in sOrganizationProjectionMap.put() 395 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL); in sContactMethodProjectionMap.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() 613 Tables.DATA + "." + Email.LABEL in createViews() 636 Tables.DATA + "." + Phone.LABEL in createViews() 1402 StructuredPostal.LABEL, Data.DATA14); in parseContactMethodValues() [all …]
|
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/ |
H A D | Queries.java | 35 Phone.LABEL, // 3 55 Email.LABEL, // 3
|
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/ |
H A D | ProfileSelectFragment.java | 99 private static final int[] LABEL = { field in ProfileSelectFragment 236 return mContext.getString(LABEL[convertPosition(position)]); in getPageTitle() 243 return LABEL.length - 1 - index; in convertPosition()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
H A D | ClockDatabaseHelper.kt | 57 AlarmSettingColumns.LABEL + cs + 213 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " + 228 AlarmSettingColumns.LABEL + " TEXT NOT NULL, " +
|
H A 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
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
H A D | AccessibilityManagerTest.java | 63 private static final String LABEL = "label"; field in AccessibilityManagerTest 71 LABEL, 160 LABEL, in testRegisterSystemAction()
|