Searched refs:who (Results 151 - 160 of 160) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java555 result.who = intent.getComponent();
558 if (result.who != null) {
559 pw.println("Activity: " + result.who.flattenToShortString());
H A DActivityManagerService.java944 * is the pid of the caller who requested it (we hold a death
1186 * List of content providers who have clients waiting for them. The
5503 // Nobody who is next!
10615 public void showWaitingForDebugger(IApplicationThread who, boolean waiting) { argument
10618 who != null ? getRecordForAppLocked(who) : null;
12321 // Make sure that the user who owns this provider is running. If not,
14870 public void hang(final IBinder who, boolean allowRestart) { argument
14887 who.linkToDeath(death, 0);
14897 while (who
22021 finishReceiver(IBinder who, int resultCode, String resultData, Bundle resultExtras, boolean resultAbort, int flags) argument
[all...]
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java2066 public Fragment findFragmentByWho(String who) { argument
2067 if (mActive != null && who != null) {
2070 if (f != null && (f=f.findFragmentByWho(who)) != null) {
/frameworks/base/core/java/android/view/
H A DViewGroup.java810 // We had a previous notion of who had focus. Clear it.
999 String who, int requestCode, int resultCode, Intent data) {
1000 if (super.dispatchActivityResult(who, requestCode, resultCode, data)) {
1006 if (child.dispatchActivityResult(who, requestCode, resultCode, data)) {
7213 * to start after the layout/setup phase. The request is forwarded to the ViewAncestor, who
998 dispatchActivityResult( String who, int requestCode, int resultCode, Intent data) argument
/frameworks/av/services/audioflinger/
H A DThreads.h229 virtual void binderDied(const wp<IBinder>& who);
H A DAudioFlinger.cpp1577 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused)
H A DThreads.cpp988 void AudioFlinger::ThreadBase::PMDeathRecipient::binderDied(const wp<IBinder>& who __unused)
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp219 // deprecated, but this will tell us who still uses it.
3016 void AudioTrack::DeathNotifier::binderDied(const wp<IBinder>& who __unused)
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp124 virtual void serviceDied(uint64_t cookie, const wp<IBase>& who) override {
/frameworks/base/core/java/android/widget/
H A DTextView.java6847 protected boolean verifyDrawable(@NonNull Drawable who) { argument
6848 final boolean verified = super.verifyDrawable(who);
6851 if (who == dr) {

Completed in 1042 milliseconds

1234567