Loading core/java/android/app/Instrumentation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1016,7 +1016,7 @@ public class Instrumentation { /** /** * Perform instantiation of an {@link Activity} object. This method is intended for use with * Perform instantiation of an {@link Activity} object. This method is intended for use with * unit tests, such as android.test.ActivityUnitTestCase. The activity will be useable * unit tests, such as android.test.ActivityUnitTestCase. The activity will be useable * locally but will be missing some of the linkages necessary for use within the sytem. * locally but will be missing some of the linkages necessary for use within the system. * * * @param clazz The Class of the desired Activity * @param clazz The Class of the desired Activity * @param context The base context for the activity to use * @param context The base context for the activity to use Loading core/java/android/content/Intent.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5819,7 +5819,7 @@ public class Intent implements Parcelable, Cloneable { " [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]", " [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]", " (mutiple extras passed as List<String>; to embed a comma into a string,", " (mutiple extras passed as List<String>; to embed a comma into a string,", " escape it using \"\\,\")", " escape it using \"\\,\")", " [--f <FLAG>]", " [-f <FLAG>]", " [--grant-read-uri-permission] [--grant-write-uri-permission]", " [--grant-read-uri-permission] [--grant-write-uri-permission]", " [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]", " [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]", " [--debug-log-resolution] [--exclude-stopped-packages]", " [--debug-log-resolution] [--exclude-stopped-packages]", Loading Loading
core/java/android/app/Instrumentation.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1016,7 +1016,7 @@ public class Instrumentation { /** /** * Perform instantiation of an {@link Activity} object. This method is intended for use with * Perform instantiation of an {@link Activity} object. This method is intended for use with * unit tests, such as android.test.ActivityUnitTestCase. The activity will be useable * unit tests, such as android.test.ActivityUnitTestCase. The activity will be useable * locally but will be missing some of the linkages necessary for use within the sytem. * locally but will be missing some of the linkages necessary for use within the system. * * * @param clazz The Class of the desired Activity * @param clazz The Class of the desired Activity * @param context The base context for the activity to use * @param context The base context for the activity to use Loading
core/java/android/content/Intent.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5819,7 +5819,7 @@ public class Intent implements Parcelable, Cloneable { " [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]", " [--esal <EXTRA_KEY> <EXTRA_STRING_VALUE>[,<EXTRA_STRING_VALUE...]]", " (mutiple extras passed as List<String>; to embed a comma into a string,", " (mutiple extras passed as List<String>; to embed a comma into a string,", " escape it using \"\\,\")", " escape it using \"\\,\")", " [--f <FLAG>]", " [-f <FLAG>]", " [--grant-read-uri-permission] [--grant-write-uri-permission]", " [--grant-read-uri-permission] [--grant-write-uri-permission]", " [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]", " [--grant-persistable-uri-permission] [--grant-prefix-uri-permission]", " [--debug-log-resolution] [--exclude-stopped-packages]", " [--debug-log-resolution] [--exclude-stopped-packages]", Loading