Searched refs:showInstalledAppDetails (Results 1 – 2 of 2) sorted by relevance
123 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()
282 public void showInstalledAppDetails(Context context, String packageName) throws Exception { in showInstalledAppDetails() method in NotificationHelper