Home
last modified time | relevance | path

Searched refs:CACHED_NUMBER_LABEL (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DCallLogQuery.java42 public static final int CACHED_NUMBER_LABEL = 10; field in CallLogQuery
74 Calls.CACHED_NUMBER_LABEL, // 10
H A DContactInfoHelper.java173 info.label = c.getString(CallLogQuery.CACHED_NUMBER_LABEL); in getContactInfo()
491 values.put(Calls.CACHED_NUMBER_LABEL, updatedInfo.label); in updateCallLogContactInfo()
536 values.put(Calls.CACHED_NUMBER_LABEL, updatedInfo.label); in updateCallLogContactInfo()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCallLogDatabaseHelper.java139 Calls.CACHED_NUMBER_LABEL + " TEXT," + in onCreate()
369 Calls.CACHED_NUMBER_LABEL + " TEXT," + in upgradetoVersion8()
420 Calls.CACHED_NUMBER_LABEL + ", " + in upgradetoVersion8()
H A DCallLogProvider.java222 sCallsProjectionMap.put(Calls.CACHED_NUMBER_LABEL, Calls.CACHED_NUMBER_LABEL); in sCallsProjectionMap.put() argument
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/
H A DCallLogCacheUpdater.java127 .withValue(Calls.CACHED_NUMBER_LABEL, numberAttributes.getNumberTypeLabel())
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java149 values.put(Calls.CACHED_NUMBER_LABEL, "Directory"); in testUpdate()
218 values.put(Calls.CACHED_NUMBER_LABEL, (String) null); in testAddCall()
H A DContactsDatabaseHelperUpgradeTest.java455 new TableColumn(Calls.CACHED_NUMBER_LABEL, TEXT, false, null),
H A DVoicemailProviderTest.java66 Calls.CACHED_NUMBER_LABEL,
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapCallLogComposer.java65 Calls.CACHED_NUMBER_LABEL,
/aosp12/frameworks/base/core/java/android/provider/
H A DCallLog.java973 public static final String CACHED_NUMBER_LABEL = "numberlabel"; field in CallLog.Calls
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt33714 field public static final String CACHED_NUMBER_LABEL = "numberlabel";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt23587 field public static final java.lang.String CACHED_NUMBER_LABEL = "numberlabel";