Searched refs:TABLE (Results 1 – 4 of 4) sorted by relevance
53 public static final Table<DeviceEvent> TABLE = new DeviceEventTable(EventTableConstants.NAME); field in DeviceEvent106 return TABLE.buildContentValues(event); in buildContentValues()115 return TABLE.buildStream(cursor); in buildStream()
73 private static final Map<String, IntentFlag> TABLE = CASES.createFlagParsingTable(); field in IntentGenerationTests123 return TestCase.fromJson(jsonInTestFile, TABLE, fileName); in readFromStorage()
71 private static final Map<String, IntentFlag> TABLE = CASES.createFlagParsingTable(); field in IntentTests138 new JSONObject(jsonData), TABLE, testFile); in readAllFromAssets()
63 return Collections.singletonList(DeviceEvent.TABLE); in onCreate()