Home
last modified time | relevance | path

Searched refs:PHONE_ID (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DDisconnectCauseUtilTest.java57 public static final int PHONE_ID = 123; field in DisconnectCauseUtilTest
105 DisconnectCause.ERROR_UNSPECIFIED, -1, EMPTY_STRING, PHONE_ID, null, mFeatureFlags); in testDefaultDisconnectCauseBehaviorForCauseNotInCarrierBusyToneArray()
122 EMPTY_STRING, PHONE_ID, null /* carrier config is NOT set */, in testDefaultPhoneConfig_NoPreciseLabelGiven()
135 EMPTY_STRING, PHONE_ID, null /* carrier config is NOT set */, in testDefaultPhoneConfig_PreciseLabelProvided()
155 EMPTY_STRING, PHONE_ID, null, getBundleWithBusyToneArray(), mFeatureFlags, in testCarrierSetBusyToneArray_NoPreciseLabelGiven()
174 EMPTY_STRING, PHONE_ID, null, getBundleWithBusyToneArray(), mFeatureFlags, in testCarrierSetBusyToneArray_PreciseLabelProvided()
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectPhoneNumbersListAdapter.java62 public static final int PHONE_ID = 0; field in MultiSelectPhoneNumbersListAdapter.PhoneQuery
77 super(context, PhoneQuery.PHONE_ID); in MultiSelectPhoneNumbersListAdapter()
130 final long id = ((Cursor) getItem(position)).getLong(PhoneQuery.PHONE_ID); in getDataUri()
159 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
DPhoneNumberListAdapter.java143 public static final int PHONE_ID = 0; field in PhoneNumberListAdapter.PhoneQuery
357 final long phoneId = cursor.getLong(PhoneQuery.PHONE_ID); in getDataUri()
442 bindViewId(view, cursor, PhoneQuery.PHONE_ID); in bindView()
/packages/services/Telephony/tests/src/com/android/phone/slice/
DSlicePurchaseControllerTest.java87 private static final int PHONE_ID = 0; field in SlicePurchaseControllerTest
126 doReturn(PHONE_ID).when(mPhone).getPhoneId(); in setUp()
164 Map.of(PHONE_ID, mSlicePurchaseController)); in setUp()
477 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultSuccess()
557 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultUserCanceled()
585 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultCarrierError()
615 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultRequestFailed()
634 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultNotDefaultDataSubscriptionResponse()
656 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in testPurchasePremiumCapabilityResultNotificationsDisabled()
781 intent.putExtra(SlicePurchaseController.EXTRA_PHONE_ID, PHONE_ID); in completeSuccessfulPurchase()
/packages/apps/Dialer/java/com/android/dialer/smartdial/
DSmartDialCursorLoader.java99 row[PhoneQuery.PHONE_ID] = contact.dataId; in loadInBackground()
215 public static final int PHONE_ID = 0; field in SmartDialCursorLoader.PhoneQuery
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java553 if (updatedContactCursor.isNull(PhoneQuery.PHONE_ID)) { in insertUpdatedContactsAndNumberPrefix()
583 insert.bindLong(1, updatedContactCursor.getLong(PhoneQuery.PHONE_ID)); in insertUpdatedContactsAndNumberPrefix()
1097 int PHONE_ID = 0; field