HomeSort by relevance Sort by last modified time
    Searched refs:setCustomBigContentView (Results 1 - 11 of 11) sorted by null

  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
NotificationTest.java 333 .setCustomBigContentView(mock(RemoteViews.class));
339 .setCustomBigContentView(mock(RemoteViews.class));
358 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a);
359 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b);
378 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a);
379 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b);
400 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a);
401 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b);
422 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a);
423 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b)
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/app/
NotificationCompatBuilder.java 186 mBuilder.setCustomBigContentView(b.mBigContentView);
NotificationCompat.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java 346 * supplied with {@link Notification.Builder#setCustomBigContentView(RemoteViews)}.
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 482 milliseconds