Searched refs:CREATE (Results 1 – 11 of 11) sorted by relevance
63 public static final int CREATE = 0x00000100; field in FileObserver73 | CLOSE_NOWRITE | OPEN | MOVED_FROM | MOVED_TO | DELETE | CREATE
33 CREATE = IBinder::FIRST_CALL_TRANSACTION, enumerator68 remote()->transact(CREATE, data, &reply); in create()136 case CREATE: { in onTransact()
83 super(path, FileObserver.CREATE); in NewScreenshotObserver()
139 case FileObserver.CREATE: in getEventString()
10 the SQL CREATE statement for an existing table. The tool also gives you the ability to execute
380 <code>.schema</code> to print the SQL CREATE statement for an existing table.
183 FileObserver.MOVED_TO | FileObserver.CREATE; in LockPatternUtils()
228 FileObserver.CREATE | FileObserver.DELETE | in SettingsFileObserver()
395 "CREATE TABLE " + DICTIONARY_TABLE_NAME + " (" +
14678 field public static final int CREATE = 256; // 0x100