Home
last modified time | relevance | path

Searched refs:PARAMETER_NOTIFY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java113 "?" + LauncherProvider.PARAMETER_NOTIFY + "=true");
131 "?" + LauncherProvider.PARAMETER_NOTIFY + "=true");
138 "?" + LauncherProvider.PARAMETER_NOTIFY + "=true");
146 "?" + LauncherProvider.PARAMETER_NOTIFY + "=false");
159 LauncherProvider.PARAMETER_NOTIFY + "=" + notify); in getContentUri()
DLauncherProvider.java74 static final String PARAMETER_NOTIFY = "notify"; field in LauncherProvider
233 String notify = uri.getQueryParameter(PARAMETER_NOTIFY); in sendNotify()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherSettings.java102 "?" + LauncherProvider.PARAMETER_NOTIFY + "=true");
110 "?" + LauncherProvider.PARAMETER_NOTIFY + "=false");
123 LauncherProvider.PARAMETER_NOTIFY + "=" + notify); in getContentUri()
DLauncherProvider.java76 static final String PARAMETER_NOTIFY = "notify"; field in LauncherProvider
200 String notify = uri.getQueryParameter(PARAMETER_NOTIFY); in sendNotify()