Home | History | Annotate | Download | only in app

Lines Matching defs:Activity

140  * context object for Activity and other application components.
852 // Calling start activity from outside an activity without FLAG_ACTIVITY_NEW_TASK is
853 // generally not allowed, except if the caller specifies the task id the activity should
858 "Calling startActivity() from outside of an Activity "
864 (Activity) null, intent, -1, options);
892 "Calling startActivities() from outside of an Activity "
898 (Activity) null, intents, options, userHandle.getIdentifier());
906 "Calling startActivities() from outside of an Activity "
912 (Activity) null, intents, options);
956 Activity
973 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE,
988 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE,
1005 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE,
1022 Activity.RESULT_OK, null, null, receiverPermissions, appOp, null, false, false,
1039 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE,
1115 intent, resolvedType, null, Activity.RESULT_OK, null, null, null,
1138 Activity.RESULT_OK, null, null, receiverPermissions, AppOpsManager.OP_NONE,
1155 Activity.RESULT_OK, null, null, receiverPermissions, appOp, null, false, false,
1222 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, true,
1290 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, null, false, true,
1305 Activity.RESULT_OK, null, null, null, AppOpsManager.OP_NONE, options, false, true,
2279 // Create the base resources for which all configuration contexts for this Activity