Home
last modified time | relevance | path

Searched defs:instanceName (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/cmds/lshal/
DPipeRelay.cpp33 static std::string getThreadName(std::string interfaceName, const std::string &instanceName) { in getThreadName()
117 const std::string &interfaceName, const std::string &instanceName) in PipeRelay()
DLshal.cpp103 const std::string &instanceName, in emitDebugInfo()
DListCommand.cpp616 const auto &instanceName = pair.second; in fetchBinderizedEntry() local
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java85 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java413 protected synchronized void replaceInstance(final Class c, final String instanceName, in replaceInstance()
427 protected synchronized void restoreInstance(final Class c, final String instanceName, in restoreInstance()
/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java77 final ComponentName instanceName; // service component's per-instance name. field in ServiceRecord
548 ComponentName instanceName, String definingPackageName, int definingUid, in ServiceRecord()
DActiveServices.java2634 String instanceName, String callingPackage, final int userId) in bindServiceLocked()
3103 String instanceName, String resolvedType, String callingPackage, in retrieveServiceLocked()
DActivityManagerService.java11966 String resolvedType, IServiceConnection connection, int flags, String instanceName, in bindIsolatedService()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java1580 public final void onRegistration(String interfaceName, String instanceName, in onRegistration()
/frameworks/base/core/java/android/app/
DContextImpl.java179 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService()
1907 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService()
1952 String instanceName, Handler handler, Executor executor, UserHandle user) { in bindServiceCommon()
DIActivityManager.aidl173 in String instanceName, in String callingPackage, int userId); in bindIsolatedService()
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java631 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService()
/frameworks/base/core/java/android/content/
DContextWrapper.java820 public boolean bindIsolatedService(Intent service, int flags, String instanceName, in bindIsolatedService()
DContext.java3456 @BindServiceFlags int flags, @NonNull String instanceName, in bindIsolatedService()