OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
(Results
1 - 25
of
59
) sorted by null
1
2
3
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerReceiver.java
48
Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
/frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java
145
public static final String
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
=
151
* {@link android.content.Intent#
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
}
160
* {@link android.content.Intent#
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
}
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Sources.java
100
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
132
Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
136
Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java
63
filter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
LauncherModel.java
[
all
...]
/frameworks/base/core/java/com/android/internal/content/
PackageMonitor.java
52
sExternalFilt.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
384
} else if (Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
102
filter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
LauncherModel.java
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java
79
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
NfcService.java
518
ownerFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java
128
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java
103
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
ApplicationsState.java
302
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
324
Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(actionStr)) {
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
196
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
198
sdFilter.addAction(IntentCompat.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
/frameworks/base/services/java/com/android/server/
AppWidgetService.java
101
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
NotificationManagerService.java
[
all
...]
AlarmManagerService.java
[
all
...]
DevicePolicyManagerService.java
206
|| Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
562
filter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
[
all
...]
AppWidgetServiceImpl.java
276
} else if (Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
.equals(action)) {
[
all
...]
BackupManagerService.java
[
all
...]
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
139
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java
321
sdFilter.addAction(Intent.
ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE
);
[
all
...]
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
Completed in 588 milliseconds
1
2
3