Searched defs:no (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
D | OverlayBaseTest.java | 85 private boolean getExpected(boolean no, boolean so, boolean mo) { in getExpected() 99 private String getExpected(String no, String so, String mo) { in getExpected() 113 private int getExpected(int no, int so, int mo) { in getExpected() 127 private int[] getExpected(int[] no, int[] so, int[] mo) { in getExpected() 141 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { in assertResource() 147 private void assertResource(int resId, int no, int so, int mo) throws Throwable { in assertResource() 153 private void assertResource(int resId, String no, String so, String mo) throws Throwable { in assertResource() 159 private void assertResource(int resId, int[] no, int[] so, int[] mo) throws Throwable { in assertResource() 285 final String no = "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do " in testAppRaw() local
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 226 final Notification no = new Notification(); in cloneLight() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 364 sTable.add(new MccEntry(242, "no", 2)); // Norway in sTable.add()
|