Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java235 final PendingIntent intent = createShowAllPhoneAccountsIntent(context); in getPhoneAccountNotification()
290 private PendingIntent createShowAllPhoneAccountsIntent(Context context) { in createShowAllPhoneAccountsIntent() method in CallServiceNotifier
358 builder.addAction(0, "Show Accts", createShowAllPhoneAccountsIntent(context)); in addShowAllPhoneAccountsAction()