HomeSort by relevance Sort by last modified time
    Searched defs:VISIBILITY_VISIBLE (Results 1 - 25 of 38) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 31 public static final int VISIBILITY_VISIBLE = 0;
72 * {@link #VISIBILITY_VISIBLE}, {@link #VISIBILITY_COVERED},
  /external/deqp/framework/egl/
egluNativeWindow.hpp 47 VISIBILITY_VISIBLE,
  /external/deqp/framework/opengl/
gluRenderConfig.hpp 64 VISIBILITY_VISIBLE,
99 , windowVisibility (VISIBILITY_VISIBLE)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 266 public static final int VISIBILITY_VISIBLE = 0;
  /frameworks/base/core/java/android/accounts/
AccountManager.java 295 VISIBILITY_VISIBLE,
312 public static final int VISIBILITY_VISIBLE = 1;
    [all...]
  /frameworks/base/core/java/android/provider/
Downloads.java 766 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
Downloads.java 757 public static final int VISIBILITY_VISIBLE = DownloadManager.Request.VISIBILITY_VISIBLE;
  /frameworks/base/core/java/android/app/
DownloadManager.java 412 public static final int VISIBILITY_VISIBLE = 0;
434 * {@link #VISIBILITY_VISIBLE_NOTIFY_COMPLETED}, {@link #VISIBILITY_VISIBLE},
437 private int mNotificationVisibility = VISIBILITY_VISIBLE;
632 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
644 * {@link #VISIBILITY_VISIBLE},
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 708 am.setAccountVisibility(ACCOUNT, PACKAGE_NAME_1, AccountManager.VISIBILITY_VISIBLE);
710 AccountManager.VISIBILITY_VISIBLE);
717 AccountManager.VISIBILITY_VISIBLE);
732 AccountManager.VISIBILITY_VISIBLE);
742 // VISIBILITY_VISIBLE is used for Authenticator despite database entry.
744 AccountManager.VISIBILITY_VISIBLE);
758 am.setAccountVisibility(ACCOUNT, PACKAGE_NAME_1, AccountManager.VISIBILITY_VISIBLE);
763 assertEquals((int) visibilities.get(PACKAGE_NAME_1), AccountManager.VISIBILITY_VISIBLE);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 252 milliseconds

1 2