HomeSort by relevance Sort by last modified time
    Searched defs:PHONE_ACCOUNT_COMPONENT_NAME (Results 1 - 8 of 8) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/database/
VoicemailStatusQuery.java 46 public static final int PHONE_ACCOUNT_COMPONENT_NAME = 8;
76 projectionList.add(Status.PHONE_ACCOUNT_COMPONENT_NAME); // 8
  /packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
FetchVoicemailReceiver.java 57 Voicemails.PHONE_ACCOUNT_COMPONENT_NAME, // 2
62 public static final int PHONE_ACCOUNT_COMPONENT_NAME = 2;
121 ComponentName.unflattenFromString(cursor.getString(PHONE_ACCOUNT_COMPONENT_NAME)),
  /frameworks/base/core/java/android/provider/
VoicemailContract.java 282 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name";
424 contentValues.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME,
478 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "phone_account_component_name";
CallLog.java 427 public static final String PHONE_ACCOUNT_COMPONENT_NAME = "subscription_component_name";
455 * replaced with PHONE_ACCOUNT_COMPONENT_NAME/PHONE_ACCOUNT_ID.
672 values.put(PHONE_ACCOUNT_COMPONENT_NAME, accountComponentString);
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1164 milliseconds