OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationcontroller
(Results
1 - 22
of
22
) sorted by null
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
NotificationControllerTest.java
48
private
NotificationController
mController;
56
mController = new
NotificationController
();
65
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION));
69
getNotificationIntent(
NotificationController
.INTENT_ACTION_DISMISS, 1));
78
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION));
81
getNotificationIntent(
NotificationController
.INTENT_ACTION_NO_THANKS, 1));
88
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION));
97
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION));
100
getNotificationIntent(
NotificationController
.INTENT_ACTION_DISMISS, 1));
107
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION))
[
all
...]
AutomaticStorageManagementJobServiceTest.java
165
.isEqualTo(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION);
167
.isEqualTo(
NotificationController
.class.getCanonicalName());
/packages/apps/Email/provider_src/com/android/email/
NotificationControllerCreatorHolder.java
25
public
NotificationController
getInstance(Context context){
39
public static
NotificationController
getInstance(Context context) {
NotificationControllerCreator.java
22
NotificationController
getInstance(Context context);
EmailIntentService.java
40
final
NotificationController
nc =
NotificationController.java
25
public interface
NotificationController
{
SecurityPolicy.java
35
import com.android.email.
NotificationController
;
464
final
NotificationController
nc =
513
final
NotificationController
nc =
627
final
NotificationController
nc =
669
final
NotificationController
nc =
[
all
...]
/packages/apps/Settings/src/com/android/settings/security/
LockscreenDashboardFragment.java
79
final LockScreenNotificationPreferenceController
notificationController
=
84
lifecycle.addObserver(
notificationController
);
85
controllers.add(
notificationController
);
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java
38
*
NotificationController
handles the responses to the Automatic Storage Management low storage
41
public class
NotificationController
extends BroadcastReceiver {
81
private static final String SHARED_PREFERENCES_NAME = "
NotificationController
";
256
int shownCount = sp.getInt(
NotificationController
.NOTIFICATION_SHOWN_COUNT, 0) + 1;
257
editor.putInt(
NotificationController
.NOTIFICATION_SHOWN_COUNT, shownCount);
289
return new Intent(context,
NotificationController
.class).setAction(action);
AutomaticStorageManagementJobService.java
80
new Intent(
NotificationController
.INTENT_ACTION_SHOW_NOTIFICATION);
82
NotificationController
.class);
/packages/apps/Email/src/com/android/email/
EmailApplication.java
69
public
NotificationController
getInstance(Context context){
EmailNotificationController.java
65
public class EmailNotificationController implements
NotificationController
{
[
all
...]
/frameworks/base/packages/PrintSpooler/
AndroidManifest.xml
89
android:name=".model.
NotificationController
$NotificationBroadcastReceiver"
/packages/apps/StorageManager/
AndroidManifest.xml
72
<receiver android:name=".automatic.
NotificationController
"
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
NotificationController.java
54
final class
NotificationController
{
57
public static final String LOG_TAG = "
NotificationController
";
75
public
NotificationController
(Context context) {
PrintSpoolerService.java
114
private
NotificationController
mNotificationController;
132
mNotificationController = new
NotificationController
(PrintSpoolerService.this);
[
all
...]
/packages/apps/Email/provider_src/com/android/email/provider/
AccountReconciler.java
33
import com.android.email.
NotificationController
;
210
final
NotificationController
nc =
EmailProvider.java
68
import com.android.email.
NotificationController
;
[
all
...]
/packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java
32
import com.android.email.
NotificationController
;
111
final
NotificationController
nc =
EmailServiceStub.java
29
import com.android.email.
NotificationController
;
435
final
NotificationController
nc =
AttachmentService.java
38
import com.android.email.
NotificationController
;
[
all
...]
ImapService.java
35
import com.android.email.
NotificationController
;
168
final
NotificationController
nc =
[
all
...]
Completed in 833 milliseconds