/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/ |
D | Layer.kt | 39 val flags: Int, constant in com.android.server.wm.traces.common.layers.Layer 102 return (flags and /* FLAG_HIDDEN */0x1) != 0x0 || 292 other.flags == this.flags && in equals() 305 result = 31 * result + flags in hashCode()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/windowmanager/windows/ |
D | DisplayContent.kt | 38 val flags: Int, in <lambda>() constant 94 "mAppRect=$appRect mFlags=$flags" in <lambda>()
|
D | WindowLayoutParams.kt | 48 val flags: Int, constant in com.android.server.wm.traces.common.windowmanager.windows.WindowLayoutParams
|
D | WindowState.kt | 60 override val isFullscreen: Boolean get() = this.attributes.flags.and(FLAG_FULLSCREEN) > 0
|
/platform_testing/emu_test/ |
D | run_test_suite.sh | 155 vars.emulator.flags.feature=PlayStoreImage,GLAsyncSwap,GLESDynamicVersion \ 156 vars.emulator.flags.gpu=$GPU_FLAG \ 171 vars.emulator.flags.no-window=True \
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | NotificationHelper.java | 228 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 229 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/windowmanager/ |
D | WindowManagerTraceParser.kt | 269 flags = proto.displayInfo?.flags ?: 0, in <lambda>() 439 flags = proto?.flags ?: 0, in <lambda>()
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ReadElf.java | 232 long flags, in SecHeader() argument 242 this.sh_flags = flags; in SecHeader() 334 VerNAux(long hash, int flags, int other, long name, long next) { in VerNAux() argument 336 this.vna_flags = flags; in VerNAux() 378 VerDef(int ver, int flags, int ndx, int cnt, long hash, long aux, long next) { in VerDef() argument 380 this.vd_flags = flags; in VerDef()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/stressmodes/ |
D | IOContentionStressTestMode.java | 123 bufferInfo.flags = extractor.getSampleFlags(); in doCopyFile()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 323 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 325 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/parser/layers/ |
D | LayersTraceParser.kt | 165 proto.flags, in newLayer()
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/ |
D | WindowManagerStateHelperTest.kt | 86 flags = 0, in <lambda>()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | AuptTestRunner.java | 640 public int onStartCommand(Intent intent, int flags, int id) {
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | LeanbackLauncherStrategy.java | 757 isGame = ((appInfo.flags & ApplicationInfo.FLAG_IS_GAME) != 0) || in isGame()
|
D | TvLauncherStrategy.java | 802 || ((appInfo.flags & ApplicationInfo.FLAG_IS_GAME) != 0);
|