Home
last modified time | relevance | path

Searched refs:FLAG_SECURE (Results 1 – 3 of 3) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DSecureWindowActivity.java68 getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, in onCreate()
69 WindowManager.LayoutParams.FLAG_SECURE); in onCreate()
DSecureDialogActivity.java88 dialog.getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, in onClick()
89 WindowManager.LayoutParams.FLAG_SECURE); in onClick()
/development/tools/winscope/src/
Dsf_visibility.js28 const FLAG_SECURE = 0x80; constant
35 if (flags & FLAG_SECURE) verboseFlags.push("SECURE");