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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
AppOpsUtils.java 55 String modeStr;
58 modeStr = "allow";
61 modeStr = "deny";
64 modeStr = "ignore";
67 modeStr = "default";
72 String command = "appops set " + packageName + " " + opStr + " " + modeStr;
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
AppOpsUtils.java 56 String modeStr;
59 modeStr = "allow";
62 modeStr = "deny";
65 modeStr = "ignore";
68 modeStr = "default";
73 String command = "appops set " + packageName + " " + opStr + " " + modeStr;
  /external/libpcap/msdos/
pktdrvr.c 291 static const char *modeStr [] = {
300 if (mode > DIM(modeStr))
302 return (modeStr [mode-1]);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 210 milliseconds