Searched refs:startActivityAsUser (Results 1 – 2 of 2) sorted by relevance
225 public void startActivityAsUser() { in startActivityAsUser() method in ShadowContextImplTest230 context.startActivityAsUser(intent, options, Process.myUserHandle()); in startActivityAsUser()
307 protected void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { in startActivityAsUser() method in ShadowContextImpl