Home
last modified time | relevance | path

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

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationDNDTests.java123 mHelper.showInstalledAppDetails(mContext, "com.android.notification.functional"); in testPriority()
135 mHelper.showInstalledAppDetails(mContext, "com.android.notification.functional"); in testPriority()
148 mHelper.showInstalledAppDetails(mContext, "com.android.notification.functional"); in testBlockNotification()
157 mHelper.showInstalledAppDetails(mContext, "com.android.notification.functional"); in testBlockNotification()
DNotificationHelper.java282 public void showInstalledAppDetails(Context context, String packageName) throws Exception { in showInstalledAppDetails() method in NotificationHelper