/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
AppsActivity.java | 20 import android.os.Bundle; 39 protected void onCreate(Bundle savedInstanceState) { 40 final Bundle args = getIntent().getExtras();
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/ |
SlowDriveStepFragment.java | 19 import android.os.Bundle; 39 public @NonNull GuidanceStylist.Guidance onCreateGuidance(Bundle savedInstanceState) { 48 public void onCreateActions(@NonNull List<GuidedAction> actions, Bundle savedInstanceState) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
ScrollAdapterFragment.java | 20 import android.os.Bundle; 41 Bundle savedInstanceState) { 46 public void onViewCreated(View view, Bundle savedInstanceState) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ActivityController.java | 23 import android.os.Bundle; 97 void onCreate(Bundle savedState); 102 void onPostCreate(Bundle savedState); 121 * @see android.app.Activity#onCreateDialog(int, Bundle) 123 * @param bundle 126 Dialog onCreateDialog(int id, Bundle bundle); 166 * @param bundle 168 void onPrepareDialog(int id, Dialog dialog, Bundle bundle); [all...] |
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportPreviewActivity.java | 6 import android.os.Bundle; 25 protected void onCreate(Bundle icicle) { 72 protected void onSaveInstanceState(Bundle icicle) {
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptScene.java | 21 import android.os.Bundle; 89 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptScene.java | 21 import android.os.Bundle; 93 public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
|
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-api/0.9.0.M3/ |
aether-api-0.9.0.M3.pom | 31 <bundle.symbolicName>org.eclipse.aether.api</bundle.symbolicName>
54 <artifactId>maven-bundle-plugin</artifactId>
|
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/ |
aether-util-0.9.0.M3.pom | 31 <bundle.symbolicName>org.eclipse.aether.util</bundle.symbolicName>
63 <artifactId>maven-bundle-plugin</artifactId>
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-http/8.1.14.v20131031/ |
jetty-http-8.1.14.v20131031.pom | 13 <bundle-symbolic-name>${project.groupId}.http</bundle-symbolic-name> 36 <artifactId>maven-bundle-plugin</artifactId>
|
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/ |
jetty-io-8.1.14.v20131031.pom | 12 <bundle-symbolic-name>${project.groupId}.io</bundle-symbolic-name> 30 <artifactId>maven-bundle-plugin</artifactId>
|
/frameworks/base/tools/aapt/ |
Resource.cpp | 224 static status_t parsePackage(Bundle* bundle, const sp<AaptAssets>& assets, 271 bundle->setRevisionCode(String8(block.getAttributeStringValue(revisionCodeIndex, &len)).string()); 284 bundle->setManifestMinSdkVersion(minSdk8); 297 static status_t makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, 310 if (bundle->getVerbose()) { 343 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, 345 mBundle(bundle), mAssets(assets), mFile(file), mHasErrors(hasErrors) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
ByodPresentMediaDialog.java | 26 import android.os.Bundle; 54 Bundle args = new Bundle(); 65 Bundle args = new Bundle(); 76 Bundle args = new Bundle(); 83 public Dialog onCreateDialog(Bundle savedInstanceState) { 95 Bundle arguments = getArguments();
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
ApplicationRestrictionsActivity.java | 23 import android.os.Bundle; 31 * and relay the retrieved restriction bundle back to the test for validation. 54 Bundle restrictions = mUserManager.getApplicationRestrictions(getPackageName()); 67 protected void onCreate(android.os.Bundle savedInstanceState) {
|
/cts/tests/tests/content/src/android/content/cts/ |
MockSyncAdapter.java | 23 import android.os.Bundle; 35 private Bundle mExtras; 49 public Bundle getExtras() { 80 Bundle extras) throws RemoteException {
|
/cts/tests/tests/media/src/android/media/cts/ |
StubMediaBrowserService.java | 22 import android.os.Bundle; 48 private Bundle mExtras; 61 public BrowserRoot onGetRoot(String clientPackageName, int clientUid, Bundle rootHints) { 62 mExtras = new Bundle();
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainInteractionSession.java | 24 import android.os.Bundle; 60 public void onShow(Bundle args, int showFlags) { 66 void assertPromptFromTestApp(CharSequence prompt, Bundle extras) { 94 Bundle extras = request.getExtras(); 114 Bundle extras = request.getExtras(); 134 Bundle extras = request.getExtras(); 153 Bundle extras = request.getExtras(); 154 Log.i(TAG, "in Session onRequestCommand recvd. Bundle = " + 164 // Add a field and value in the bundle to be sent to TestApp. 181 Bundle extras) [all...] |
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/ |
TestListFragment.java | 19 import android.os.Bundle; 47 public void onCreate(Bundle savedInstanceState) { 54 public void onViewCreated(View view, Bundle savedState) { 84 public void onSaveInstanceState(Bundle outState) {
|
/developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/ |
AppRestrictionSchemaFragment.java | 22 import android.os.Bundle; 65 @Nullable Bundle savedInstanceState) { 70 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { 88 Bundle restrictions = manager.getApplicationRestrictions(); 107 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { 120 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { 128 private void updateNumber(RestrictionEntry entry, Bundle restrictions) { 138 private void updateRank(RestrictionEntry entry, Bundle restrictions) { 148 private void updateApprovals(RestrictionEntry entry, Bundle restrictions) {
|
/developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 25 import android.os.Bundle; 43 // If app restriction settings are already created, they will be included in the Bundle 45 final Bundle existingRestrictions = 110 Bundle existingRestrictions) { 111 // The incoming restrictions bundle contains key/value pairs representing existing app 119 Bundle extras = new Bundle(); 143 final Bundle extras = new Bundle();
|
/developers/build/prebuilts/gradle/CustomTransition/Application/src/main/java/com/example/android/customtransition/ |
CustomTransitionFragment.java | 22 import android.os.Bundle; 52 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { 57 public void onViewCreated(View view, Bundle savedInstanceState) { 77 public void onSaveInstanceState(Bundle outState) {
|
/developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/ |
MainActivity.java | 22 import android.os.Bundle; 40 protected void onCreate(Bundle savedInstanceState) { 100 Bundle savedInstanceState) { 111 Bundle savedInstanceState) {
|
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/java/com/example/android/permissionrequest/ |
ConfirmationDialogFragment.java | 21 import android.os.Bundle; 40 Bundle args = new Bundle(); 47 public Dialog onCreateDialog(Bundle savedInstanceState) {
|
/developers/samples/android/admin/AppRestrictionSchema/Application/src/main/java/com/example/android/apprestrictionschema/ |
AppRestrictionSchemaFragment.java | 22 import android.os.Bundle; 65 @Nullable Bundle savedInstanceState) { 70 public void onViewCreated(View view, @Nullable Bundle savedInstanceState) { 88 Bundle restrictions = manager.getApplicationRestrictions(); 107 private void updateCanSayHello(RestrictionEntry entry, Bundle restrictions) { 120 private void updateMessage(RestrictionEntry entry, Bundle restrictions) { 128 private void updateNumber(RestrictionEntry entry, Bundle restrictions) { 138 private void updateRank(RestrictionEntry entry, Bundle restrictions) { 148 private void updateApprovals(RestrictionEntry entry, Bundle restrictions) {
|
/developers/samples/android/content/multiuser/AppRestrictions/Application/src/main/java/com/example/android/apprestrictions/ |
GetRestrictionsReceiver.java | 25 import android.os.Bundle; 43 // If app restriction settings are already created, they will be included in the Bundle 45 final Bundle existingRestrictions = 110 Bundle existingRestrictions) { 111 // The incoming restrictions bundle contains key/value pairs representing existing app 119 Bundle extras = new Bundle(); 143 final Bundle extras = new Bundle();
|