HomeSort by relevance Sort by last modified time
    Searched defs:privateFlags (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 661 final int privateFlags = w.mAttrs.privateFlags;
712 if ((privateFlags & PRIVATE_FLAG_DISABLE_WALLPAPER_TOUCH_EVENTS) != 0) {
716 && (privateFlags & PRIVATE_FLAG_KEYGUARD) == 0
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 445 * Value for {@link #privateFlags}: true if the application is hidden via restrictions and for
452 * Value for {@link #privateFlags}: set to <code>true</code> if the application
465 * Value for {@link #privateFlags}: Set to true if the application has been
475 * Value for {@link #privateFlags}: set to {@code true} if the application
483 * Value for {@link #privateFlags}: {@code true} if the application has any IntentFiler
507 * Value for {@link #privateFlags}: {@code true} if the application is installed
564 * Value for {@link #privateFlags}: {@code true} means the OS should go ahead and
572 * Value for {@link #privateFlags}: {@code true} means this application
579 * Value for {@link #privateFlags}: When set, the application will only have its splits loaded
587 * Value for {@link #privateFlags}: When set, the application was installed a
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 339 final int privateFlags = pi.applicationInfo.privateFlags;
342 && (privateFlags&ApplicationInfo.PRIVATE_FLAG_HIDDEN) == 0);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
AppRestrictionsFragment.java 395 final int privateFlags = pi.applicationInfo.privateFlags;
398 && (privateFlags&ApplicationInfo.PRIVATE_FLAG_HIDDEN) == 0);
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
View.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-stubs.jar 

Completed in 102 milliseconds