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

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 102 "?" + LauncherProvider.PARAMETER_NOTIFY + "=true");
110 "?" + LauncherProvider.PARAMETER_NOTIFY + "=false");
123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify);
LauncherProvider.java 73 static final String PARAMETER_NOTIFY = "notify";
173 String notify = uri.getQueryParameter(PARAMETER_NOTIFY);
    [all...]

Completed in 21 milliseconds