OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:componentname
(Results
551 - 575
of
2584
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/core/java/android/print/
IPrintSpooler.aidl
19
import android.content.
ComponentName
;
39
void getPrintJobInfos(IPrintSpoolerCallbacks callback, in
ComponentName
componentName
,
116
void pruneApprovedPrintServices(in List<
ComponentName
> servicesToKeep);
/frameworks/base/core/java/android/service/dreams/
Sandman.java
19
import android.content.
ComponentName
;
42
private static final
ComponentName
SOMNAMBULATOR_COMPONENT =
43
new
ComponentName
("com.android.systemui", "com.android.systemui.Somnambulator");
55
ComponentName
name = intent.resolveActivity(context.getPackageManager());
/frameworks/base/core/java/com/android/internal/app/procstats/
IProcessStats.aidl
19
import android.content.
ComponentName
;
/frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetHost.aidl
20
import android.content.
ComponentName
;
/frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl
19
import android.content.
ComponentName
;
82
void addTile(in
ComponentName
tile);
83
void remTile(in
ComponentName
tile);
84
void clickTile(in
ComponentName
tile);
/frameworks/base/core/proto/android/content/
component_name.proto
26
* An android.content.
ComponentName
object.
/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
BpcTestAppCmdService.java
21
import android.content.
ComponentName
;
142
public void onServiceConnected(
ComponentName
name, IBinder service) {
149
public void onServiceDisconnected(
ComponentName
name) {
154
.setComponent(new
ComponentName
(TEST_SERVICE_PKG, TEST_SERVICE_CLASS));
/frameworks/base/core/tests/utiltests/src/android/util/
RemoteIntArray.java
19
import android.content.
ComponentName
;
44
mIntent.setComponent(new
ComponentName
(InstrumentationRegistry.getContext(),
160
public void onServiceConnected(
ComponentName
name, IBinder service) {
168
public void onServiceDisconnected(
ComponentName
name) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/suggestions/
SuggestionController.java
19
import android.content.
ComponentName
;
70
public SuggestionController(Context context,
ComponentName
service,
155
public void onServiceConnected(
ComponentName
name, IBinder service) {
166
public void onServiceDisconnected(
ComponentName
name) {
SuggestionControllerMixin.java
21
import android.content.
ComponentName
;
63
Lifecycle lifecycle,
ComponentName
componentName
) {
66
mSuggestionController = new SuggestionController(mContext,
componentName
,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationListenerWithPlugins.java
17
import android.content.
ComponentName
;
43
public void registerAsSystemService(Context context,
ComponentName
componentName
,
45
super.registerAsSystemService(context,
componentName
, currentUser);
/frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarShellCommand.java
17
import android.content.
ComponentName
;
70
mInterface.addTile(
ComponentName
.unflattenFromString(getNextArgRequired()));
75
mInterface.remTile(
ComponentName
.unflattenFromString(getNextArgRequired()));
80
mInterface.clickTile(
ComponentName
.unflattenFromString(getNextArgRequired()));
/frameworks/base/services/robotests/src/com/android/server/backup/testing/
TransportData.java
20
import android.content.
ComponentName
;
119
* Not field because otherwise we'd have to call
ComponentName
::new in static context and
122
public
ComponentName
getTransportComponent() {
123
return
ComponentName
.unflattenFromString(transportComponentShort);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
RecentsAnimationTest.java
34
import android.content.
ComponentName
;
58
private
ComponentName
mRecentsComponent;
65
mRecentsComponent = new
ComponentName
(mContext.getPackageName(), "RecentsActivity");
84
.setComponent(new
ComponentName
(mContext.getPackageName(), "App1"))
/frameworks/base/telecomm/java/android/telecom/
StatusHints.java
20
import android.content.
ComponentName
;
43
public StatusHints(
ComponentName
packageName, CharSequence label, int iconResId,
61
public
ComponentName
getPackageName() {
63
return new
ComponentName
("", "");
/frameworks/base/tests/ActivityManagerPerfTests/tests/src/com/android/frameworks/perftests/am/tests/
ServiceStartPerfTest.java
19
import android.content.
ComponentName
;
41
final
ComponentName
componentName
= mContext.startService(intent);
42
Assert.assertNotNull("Could not start service",
componentName
);
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java
21
import android.content.
ComponentName
;
51
public void onServiceDisconnected(
ComponentName
name) {
58
public void onServiceConnected(
ComponentName
name, IBinder service) {
111
ComponentName
cn = getContext().startService(mServceIntent);
/frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
PostMessageTest.java
23
import android.content.
ComponentName
;
91
public void onCustomTabsServiceConnected(
ComponentName
name, CustomTabsClient client) {
97
public void onServiceDisconnected(
ComponentName
componentName
) {
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/
ForceStopRunnableTest.java
28
import android.content.
ComponentName
;
70
ComponentName
componentName
= intent.getComponent();
71
assertThat(
componentName
.getClassName(),
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaBrowser.java
19
import android.content.
ComponentName
;
46
public MediaBrowser(Context context,
ComponentName
serviceComponent,
108
public
ComponentName
getServiceComponent() {
160
public void testInit(Context context,
ComponentName
serviceComponent,
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
RequestPinItemActivity.java
21
import android.content.
ComponentName
;
85
requestWidget(new
ComponentName
(this, AppWidgetNoConfig.class));
89
requestWidget(new
ComponentName
(this, AppWidgetWithConfig.class));
92
private void requestWidget(
ComponentName
cn) {
/packages/apps/Settings/src/com/android/settings/applications/assist/
DefaultVoiceInputPreferenceController.java
19
import android.content.
ComponentName
;
62
final
ComponentName
currentVoiceService =
64
final
ComponentName
currentAssist =
147
final
ComponentName
currentService = DefaultVoiceInputPicker.getCurrentService(mHelper);
/packages/apps/Settings/src/com/android/settings/utils/
ZenServiceListing.java
20
import android.content.
ComponentName
;
51
public ServiceInfo findService(final
ComponentName
cn) {
53
final
ComponentName
serviceCN = new
ComponentName
(service.packageName, service.name);
/frameworks/base/core/java/com/android/internal/accessibility/
AccessibilityShortcutController.java
23
import android.content.
ComponentName
;
61
public static final
ComponentName
COLOR_INVERSION_COMPONENT_NAME =
62
new
ComponentName
("com.android.server.accessibility", "ColorInversion");
63
public static final
ComponentName
DALTONIZER_COMPONENT_NAME =
64
new
ComponentName
("com.android.server.accessibility", "Daltonizer");
70
private static Map<
ComponentName
, ToggleableFrameworkFeatureInfo> sFrameworkShortcutFeaturesMap;
105
public static Map<
ComponentName
, ToggleableFrameworkFeatureInfo>
108
Map<
ComponentName
, ToggleableFrameworkFeatureInfo> featuresMap = new ArrayMap<>(2);
305
ComponentName
.unflattenFromString(currentShortcutServiceString));
314
final
ComponentName
targetComponentName
[
all
...]
/packages/services/Telephony/src/com/android/phone/vvm/
RemoteVvmTaskManager.java
21
import android.content.
ComponentName
;
115
* Return the {@link
ComponentName
} of the {@link VisualVoicemailService} which is active (the
119
public static
ComponentName
getRemotePackage(Context context, int subId) {
124
* Return the {@link
ComponentName
} of the {@link VisualVoicemailService} which is active (the
130
public static
ComponentName
getRemotePackage(Context context, int subId,
132
ComponentName
broadcastPackage = getBroadcastPackage(context);
191
private static
ComponentName
getBroadcastPackage(Context context) {
233
ComponentName
remotePackage = getRemotePackage(this, subId,
296
public void onServiceConnected(
ComponentName
className,
303
public void onServiceDisconnected(
ComponentName
className)
[
all
...]
Completed in 753 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>