/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/ |
DefaultHomeShortcutPreferenceControllerTest.java | 24 import android.content.ComponentName; 77 .thenReturn(new ComponentName("Package1", "cls1")); 84 .thenReturn(new ComponentName("pkg2", "cls1"));
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/ |
DefaultAssistPickerTest.java | 23 import android.content.ComponentName; 42 private static ComponentName sTestAssist; 46 sTestAssist = new ComponentName("com.android.settings", "assist");
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/ |
SuggestionStateProviderTest.java | 23 import android.content.ComponentName; 79 extras.putParcelable(EXTRA_COMPONENT_NAME, new ComponentName("pkg", "cls")); 84 .isSuggestionComplete(any(Context.class), any(ComponentName.class));
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/ |
SetNewPasswordActivityTest.java | 22 import android.content.ComponentName; 65 .isEqualTo(new ComponentName(activity, ChooseLockGeneric.class)); 79 .isEqualTo(new ComponentName(activity, SetupChooseLockGeneric.class));
|
/packages/apps/Stk/src/com/android/stk/ |
StkAppInstaller.java | 23 import android.content.ComponentName; 60 ComponentName cName = new ComponentName("com.android.stk", STK_MAIN_ACTIVITY);
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
ThirdPartyWallpaperInfo.java | 3 import android.content.ComponentName; 35 final ComponentName itemComponentName = new ComponentName(
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
ApplicationUtils.java | 20 import android.content.ComponentName; 36 final ComponentName cn = new ComponentName(context, cls);
|
/packages/services/Car/car-support-lib/src/android/support/car/ |
CarServiceLoaderEmbedded.java | 19 import android.content.ComponentName; 37 public void onServiceConnected(ComponentName name, IBinder service) { 42 public void onServiceDisconnected(ComponentName name) {
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
CarDiagnosticManagerTest.java | 22 import android.content.ComponentName; 44 public void onServiceDisconnected(ComponentName name) { 49 public void onServiceConnected(ComponentName name, IBinder service) {
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
HoldTrackerTest.java | 22 import android.content.ComponentName; 41 new PhoneAccountHandle(new ComponentName("pkg1", "cls1"), "0"); 43 new PhoneAccountHandle(new ComponentName("pkg2", "cls2"), "1");
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/ |
DispatchActivity.java | 21 import android.content.ComponentName; 65 ComponentName cn = new ComponentName(mPackageName, mActivityName);
|
/packages/apps/TV/src/com/android/tv/tuner/ |
TunerInputController.java | 25 import android.content.ComponentName; 106 private final ComponentName usbTunerComponent; 107 private final ComponentName networkTunerComponent; 108 private final ComponentName builtInTunerComponent; 109 private final Map<TunerDevice, ComponentName> mTunerServiceMapping = new HashMap<>(); 111 private final Map<ComponentName, String> mTunerApplicationNames = new HashMap<>(); 112 private final Map<ComponentName, String> mNotificationMessages = new HashMap<>(); 113 private final Map<ComponentName, Bitmap> mNotificationLargeIcons = new HashMap<>(); 117 public TunerInputController(ComponentName embeddedTuner) { 208 Map<ComponentName, Integer> serviceToEnable = new HashMap<>() [all...] |
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
VoiceInteractionManagerService.java | 23 import android.content.ComponentName; 117 ComponentName interactor = mServiceStub.getCurInteractor(userId); 263 ComponentName curRecognizer = getCurRecognizer(userHandle); 313 ComponentName curInteractor = !TextUtils.isEmpty(curInteractorStr) 314 ? ComponentName.unflattenFromString(curInteractorStr) : null; 342 setCurInteractor(new ComponentName(curInteractorInfo.getServiceInfo().packageName, 346 new ComponentName(curInteractorInfo.getServiceInfo().packageName, 412 ComponentName serviceComponent = null; 416 serviceComponent = ComponentName.unflattenFromString(curService); 476 ComponentName comp = new ComponentName(cur.packageName, cur.name) [all...] |
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/ |
DeviceAndProfileOwnerTransferIncomingTest.java | 24 import android.content.ComponentName; 56 protected ComponentName mIncomingComponentName; 63 mIncomingComponentName = new ComponentName(mContext, BasicAdminReceiver.class.getName()); 77 ComponentName admin = mIncomingComponentName;
|
/cts/tests/tests/externalservice/service/src/android/externalservice/service/ |
ServiceCreator.java | 20 import android.content.ComponentName; 50 intent.setComponent(new ComponentName(pkgName, pkgName+".ExternalService")); 95 public void onServiceConnected(ComponentName name, IBinder service) { 109 public void onServiceDisconnected(ComponentName name) {
|
/cts/tests/tests/os/src/android/os/cts/ |
CrossProcessExceptionTest.java | 21 import android.content.ComponentName; 44 public void onServiceConnected(ComponentName name, IBinder service) { 49 public void onServiceDisconnected(ComponentName name) { 69 greenIntent.setComponent(new ComponentName(
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/ |
ComplicationToggleReceiver.java | 20 import android.content.ComponentName; 46 ComponentName provider = extras.getParcelable(EXTRA_PROVIDER_COMPONENT); 72 Context context, ComponentName provider, int complicationId) { 87 static String getPreferenceKey(ComponentName provider, int complicationId) {
|
/developers/samples/android/admin/DeviceOwner/ |
template-params.xml | 74 [1]: http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setGlobalSetting(android.content.ComponentName, java.lang.String, java.lang.String) 76 [3]: http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#addPersistentPreferredActivity(android.content.ComponentName, android.content.IntentFilter, android.content.ComponentName) 77 [4]: http://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#clearPackagePersistentPreferredActivities(android.content.ComponentName, java.lang.String)
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/ |
ComplicationToggleReceiver.java | 20 import android.content.ComponentName; 46 ComponentName provider = extras.getParcelable(EXTRA_PROVIDER_COMPONENT); 72 Context context, ComponentName provider, int complicationId) { 87 static String getPreferenceKey(ComponentName provider, int complicationId) {
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/ |
SataSiI3132Dxe.inf | 36 ComponentName.c
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ComponentGenerator.java | 63 String componentName = "Dagger" + componentDefinitionClassName.classFileName('_'); 64 return componentDefinitionClassName.topLevelClassName().peerNamed(componentName); 122 ImmutableSet<JavaWriter> write(ClassName componentName, BindingGraph input) { 124 types, elements, keyFactory, nullableValidationType, componentName, input)
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
Instrument.java | 23 import android.content.ComponentName; 108 public void onInstrumentationStatusLocked(ComponentName name, int resultCode, 114 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, 149 public void onInstrumentationStatusLocked(ComponentName name, int resultCode, 170 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, 240 public void onInstrumentationStatusLocked(ComponentName name, int resultCode, 253 public void onInstrumentationFinishedLocked(ComponentName name, int resultCode, 356 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { 364 public void instrumentationFinished(ComponentName name, int resultCode, Bundle results) { 392 private ComponentName parseComponentName(String cnArg) throws Exception [all...] |
/frameworks/base/core/java/android/app/ |
ITaskStackListener.aidl | 20 import android.content.ComponentName; 83 * @param componentName of the activity that the task is being started with. 85 void onTaskCreated(int taskId, in ComponentName componentName);
|
/frameworks/base/core/java/android/content/ |
ServiceConnection.java | 45 void onServiceConnected(ComponentName name, IBinder service); 57 void onServiceDisconnected(ComponentName name); 69 default void onBindingDied(ComponentName name) { 86 default void onNullBinding(ComponentName name) {
|
/frameworks/base/core/java/android/content/pm/ |
AuxiliaryResolveInfo.java | 21 import android.content.ComponentName; 40 public final ComponentName installFailureActivity; 63 public AuxiliaryResolveInfo(@Nullable ComponentName failureActivity, 75 public AuxiliaryResolveInfo(@Nullable ComponentName failureActivity,
|