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

  /frameworks/support/room/runtime/src/main/java/androidx/room/
InvalidationTracker.java 50 // ObservedTableTracker tracks list of tables we should be watching (e.g. adding triggers for).
54 // Each update on one of the observed tables triggers an insertion into this table, hence a
65 private static final String[] TRIGGERS = new String[]{"UPDATE", "DELETE", "INSERT"};
182 for (String trigger : TRIGGERS) {
193 for (String trigger : TRIGGERS) {
558 * triggers in the database.
564 static final int ADD = 1; // add triggers for this table
565 static final int REMOVE = 2; // remove triggers for this table
593 * @return true if # of triggers is affected.
611 * @return true if # of triggers is affected
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
ContentObserverController.java 491 StateControllerProto.ContentObserverController.Observer.TRIGGERS);
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 779 milliseconds