/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | DisconnectCauseUtilTest.java | 57 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/ |
D | MultiSelectPhoneNumbersListAdapter.java | 62 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()
|
D | PhoneNumberListAdapter.java | 143 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/ |
D | SlicePurchaseControllerTest.java | 87 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/ |
D | SmartDialCursorLoader.java | 99 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/ |
D | DialerDatabaseHelper.java | 553 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
|