OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHONE_ID
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionMonitorTest.java
359
final int
PHONE_ID
= 0;
363
testedSubMonitor.registerForSubscriptionChanged(
PHONE_ID
, testHandler,
365
testedSubMonitor.registerForDefaultDataSubscriptionChanged(
PHONE_ID
, testHandler,
369
testedSubMonitor.unregisterForSubscriptionChanged(
PHONE_ID
, testHandler);
370
testedSubMonitor.unregisterForDefaultDataSubscriptionChanged(
PHONE_ID
, testHandler);
373
subController.setSlotSubId(
PHONE_ID
, FIRST_SUB_ID);
376
subController.setSlotSubId(
PHONE_ID
, SECOND_SUB_ID);
378
testedSubMonitor.registerForSubscriptionChanged(
PHONE_ID
, testHandler,
380
testedSubMonitor.registerForDefaultDataSubscriptionChanged(
PHONE_ID
, testHandler,
421
final int
PHONE_ID
= 0
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/list/
SmartDialNumberListAdapter.java
108
long id = cursor.getLong(PhoneQuery.
PHONE_ID
);
/packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialCursorLoader.java
99
row[PhoneQuery.
PHONE_ID
] = contact.dataId;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
143
public static final int
PHONE_ID
= 0;
357
final long phoneId = cursor.getLong(PhoneQuery.
PHONE_ID
);
442
bindViewId(view, cursor, PhoneQuery.
PHONE_ID
);
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
161
static final int
PHONE_ID
= 0;
[
all
...]
Completed in 236 milliseconds