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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
Preconditions.java 47 public static void assertNonUiThread() {
ContentWriter.java 97 Preconditions.assertNonUiThread();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 44 assertNonUiThread("glDeleteTextures");
51 assertNonUiThread("glDeleteFramebuffers");
188 private static void assertNonUiThread(String operation) {
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
FolderAdaptiveIcon.java 69 Preconditions.assertNonUiThread();

Completed in 152 milliseconds