OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showSecurityWarnings
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
BrowserSettings.java
68
private boolean
showSecurityWarnings
;
290
showSecurityWarnings
= p.getBoolean("show_security_warnings",
291
showSecurityWarnings
);
400
public boolean
showSecurityWarnings
() {
401
return
showSecurityWarnings
;
593
showSecurityWarnings
= true;
Tab.java
682
if (BrowserSettings.getInstance().
showSecurityWarnings
()) {
[
all
...]
Completed in 1111 milliseconds