Home
last modified time | relevance | path

Searched defs:con (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DSELinuxTest.java115 private static native boolean checkSELinuxContext(String con); in checkSELinuxContext()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoActivity.java131 Configuration con = getResources().getConfiguration(); in onCreate() local
/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java777 private synchronized void waitForCondition(Condition con) throws InterruptedException { in waitForCondition()
787 Condition con = new Condition() { in waitForReceiveBroadCast() local
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java370 static ParcelFileDescriptor makeParcelFileDescriptor(Context con) throws Exception { in makeParcelFileDescriptor()