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

  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 141 INCOGNITO = 0x8000,
  /packages/apps/Browser/src/com/android/browser/
Tab.java 221 PageState(Context c, boolean incognito) {
222 mIncognito = incognito;
224 mOriginalUrl = mUrl = "browser:incognito";
233 PageState(Context c, boolean incognito, String url, Bitmap favicon) {
234 mIncognito = incognito;
255 static final String INCOGNITO = "privateBrowsingEnabled";
    [all...]

Completed in 201 milliseconds