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

  /packages/apps/OMA-DM/plugins/devplugin/com/android/omadm/plugin/dev/
DevPlugin.java 58 public static final String LAST_UPD_TIME = "lastupdatetime";
270 if (p.contains(LAST_UPD_TIME)) {
271 lastUpd = p.getString(DevPlugin.LAST_UPD_TIME, null);
286 if (p.contains(LAST_UPD_TIME)) {
287 updateDateTime = p.getString(DevPlugin.LAST_UPD_TIME, null);
310 if (p.contains(LAST_UPD_TIME)) {
311 updateDateTime = p.getString(DevPlugin.LAST_UPD_TIME, null);
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMIntentReceiver.java 77 private static final String LAST_UPD_TIME = "lastupdatetime";
    [all...]

Completed in 92 milliseconds