/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
LargeNumAidsEmulatorActivity.java | 3 import android.content.ComponentName; 43 void onApduSequenceComplete(ComponentName component, long duration) {
|
OffHostEmulatorActivity.java | 4 import android.content.ComponentName; 44 void onApduSequenceComplete(ComponentName component, long duration) {
|
SingleNonPaymentEmulatorActivity.java | 3 import android.content.ComponentName; 43 void onApduSequenceComplete(ComponentName component, long duration) {
|
TapTestEmulatorActivity.java | 4 import android.content.ComponentName; 53 void onApduSequenceComplete(ComponentName component, long duration) {
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
ComponentDisablingActivity.java | 19 import android.content.ComponentName; 43 packageManager.setComponentEnabledSetting(new ComponentName(extraPackage, extraClassName),
|
/cts/hostsidetests/devicepolicy/app/ProfileOwner/src/com/android/cts/profileowner/ |
ClearProfileOwnerTest.java | 20 import android.content.ComponentName; 49 private void waitForActiveAdminRemoved(ComponentName cn) throws InterruptedException {
|
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
LaunchingActivity.java | 9 import android.content.ComponentName; 29 newIntent.setComponent(new ComponentName(packageName,
|
/cts/hostsidetests/services/activitymanager/appDisplaySize/src/android/displaysize/app/ |
SmallestWidthActivity.java | 20 import android.content.ComponentName; 34 new ComponentName("android.server.app", "android.server.app.TestActivity"));
|
/cts/hostsidetests/systemui/app/src/android/systemui/cts/ |
TestActiveTileService.java | 18 import android.content.ComponentName; 35 requestListeningState(context, new ComponentName(context, TestActiveTileService.class));
|
/cts/suite/audio_quality/lib/src/ |
ClientImpl.cpp | 42 android::String8 componentName("com.android.cts.audiotest/.CtsAudioClientActivity"); 43 if (!adb.launchClient(clientBinary, componentName)) {
|
/cts/tests/app/app/src/android/app/stubs/ |
LaunchpadTabActivity.java | 20 import android.content.ComponentName; 34 tabIntent.setComponent((ComponentName) tabIntent.getParcelableExtra("tab"));
|
/cts/tests/app/src/android/app/cts/ |
ActivityGroupTest.java | 22 import android.content.ComponentName; 32 mTabIntent.putExtra("tab", new ComponentName(mContext, LaunchpadActivity.class));
|
ExpandableListActivityTest.java | 22 import android.content.ComponentName; 29 mIntent.putExtra("component", new ComponentName(getContext(),
|
LifecycleTest.java | 22 import android.content.ComponentName; 34 mTabIntent.putExtra("tab", new ComponentName(mContext, LaunchpadActivity.class));
|
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/ |
DisableContextActivity.java | 21 import android.content.ComponentName; 37 intent.setComponent(new ComponentName(this, MainInteractionService.class));
|
/developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
AnalogAndCardBoundsWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 32 ComponentName name =
|
OpenGLWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 37 ComponentName name =
|
/developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/ |
AnalogAndCardBoundsWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 32 ComponentName name =
|
OpenGLWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 37 ComponentName name =
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ContactsFilter.java | 22 import android.content.ComponentName; 48 startInstrumentation(new ComponentName(ContactsFilter.this,
|
LocalSample.java | 22 import android.content.ComponentName; 48 startInstrumentation(new ComponentName(LocalSample.this,
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
AnalogAndCardBoundsWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 32 ComponentName name =
|
OpenGLWatchFaceConfigActivity.java | 20 import android.content.ComponentName; 37 ComponentName name =
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LaunchpadTabActivity.java | 20 import android.content.ComponentName; 34 tabIntent.setComponent((ComponentName)tabIntent.getParcelableExtra("tab"));
|
/frameworks/base/docs/html-intl/intl/ru/training/monitoring-device-state/ |
manifest-receivers.jd | 40 <pre>ComponentName receiver = new ComponentName(context, myReceiver.class);
|