Home
last modified time | relevance | path

Searched defs:entryName (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureStorageAccessor.java32 void addGesture(String entryName, Gesture gesture); in addGesture()
36 ArrayList<Gesture> getGestures(String entryName); in getGestures()
44 void removeEntry(String entryName); in removeEntry()
46 void removeGesture(String entryName, Gesture gesture); in removeGesture()
DGestureLibraryTest.java43 public void addGesture(String entryName, Gesture gesture) { in addGesture()
51 public ArrayList<Gesture> getGestures(String entryName) { in getGestures()
67 public void removeEntry(String entryName) { in removeEntry()
71 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
DGestureStoreTest.java46 public void addGesture(String entryName, Gesture gesture) { in addGesture()
54 public ArrayList<Gesture> getGestures(String entryName) { in getGestures()
70 public void removeEntry(String entryName) { in removeEntry()
74 public void removeGesture(String entryName, Gesture gesture) { in removeGesture()
/cts/tests/tests/content/src/android/content/res/cts/
DResourceNameTest.java40 final String entryName = res.getResourceEntryName(R.configVarying.simple); in testGetResourceName() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAESCipherNistCavpKatTest.java141 String entryName = zipEntry.getName(); in runTestsForKatFile() local
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java450 public final String entryName; field in ResourcesHardeningTest.RestrictedBlockRange