HomeSort by relevance Sort by last modified time
    Searched refs:targetComponent (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
PersistentIntentResolvingTest.java 124 ComponentName targetComponent = new ComponentName(PACKAGE_NAME,
127 targetComponent);
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
ShellCommandUtils.java 169 * @param targetComponent target of intent.
173 public static String broadcastIntent(String action, String targetComponent, String... extras) {
188 return sb.append(" ").append(targetComponent).toString();
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityLauncher.java 141 final String targetComponent = extras.getString(KEY_TARGET_COMPONENT);
142 final Intent newIntent = new Intent().setComponent(TextUtils.isEmpty(targetComponent)
143 ? TEST_ACTIVITY : ComponentName.unflattenFromString(targetComponent));
  /frameworks/av/media/codec2/tests/
C2SampleComponent_test.cpp 112 virtual c2_status_t createTunnel_sm(c2_node_id_t targetComponent) override {
113 (void)targetComponent;
161 virtual c2_status_t releaseTunnel_sm(c2_node_id_t targetComponent) override {
162 (void)targetComponent;
  /frameworks/av/media/codec2/core/include/
C2Component.h 247 virtual c2_status_t createTunnel_sm(c2_node_id_t targetComponent) = 0;
272 virtual c2_status_t releaseTunnel_sm(c2_node_id_t targetComponent) = 0;
    [all...]
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.cpp     [all...]

Completed in 712 milliseconds