OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCanShowWithInsecureKeyguard
(Results
1 - 2
of
2
) sorted by null
/cts/tests/framework/base/windowmanager/src/android/server/wm/
VirtualDisplayHelper.java
46
private boolean
mCanShowWithInsecureKeyguard
= false;
69
mCanShowWithInsecureKeyguard
= canShowWithInsecureKeyguard;
128
if (
mCanShowWithInsecureKeyguard
) {
137
+ ", canShowWithInsecureKeyguard=" +
mCanShowWithInsecureKeyguard
MultiDisplayTestBase.java
258
private boolean
mCanShowWithInsecureKeyguard
= false;
283
mCanShowWithInsecureKeyguard
= canShowWithInsecureKeyguard;
385
* <code>
mCanShowWithInsecureKeyguard
</code> allow showing content when device is
426
.append(
mCanShowWithInsecureKeyguard
)
648
private boolean
mCanShowWithInsecureKeyguard
= false;
658
mCanShowWithInsecureKeyguard
= canShowWithInsecureKeyguard;
682
.setCanShowWithInsecureKeyguard(
mCanShowWithInsecureKeyguard
)
Completed in 213 milliseconds