Home
last modified time | relevance | path

Searched refs:ACTION_SHOW_ALL_PHONE_ACCOUNTS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallNotificationReceiver.java46 static final String ACTION_SHOW_ALL_PHONE_ACCOUNTS = field in CallNotificationReceiver
63 } else if (ACTION_SHOW_ALL_PHONE_ACCOUNTS.equals(action)) { in onReceive()
DCallServiceNotifier.java250 final Intent intent = new Intent(CallNotificationReceiver.ACTION_SHOW_ALL_PHONE_ACCOUNTS, in createShowAllPhoneAccountsIntent()