Searched refs:obtain (Results 1 - 25 of 207) sorted by relevance

123456789

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolderList.java47 final Parcel p = Parcel.obtain();
62 final Parcel p = Parcel.obtain();
74 final Parcel p = Parcel.obtain();
/packages/apps/Email/tests/src/com/android/emailcommon/service/
H A DSearchParamsTests.java6 * You may obtain a copy of the License at
30 Parcel parcel = Parcel.obtain();
/packages/apps/Settings/tests/unit/src/com/android/settings/
H A DUserCredentialsTest.java6 * You may obtain a copy of the License at
44 Parcel p = Parcel.obtain();
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarRecyclerView.java6 * You may obtain a copy of the License at
72 Parcel obtain = Parcel.obtain();
73 state.writeToParcel(obtain, 0);
75 Parcelable newState = (Parcelable) mSavedStateConstructor.newInstance(obtain);
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
H A DCarPropertyTestBase.java6 * You may obtain a copy of the License at
40 mParcel = Parcel.obtain();
H A DAppBlockingPackageInfoTest.java6 * You may obtain a copy of the License at
34 Parcel dest = Parcel.obtain();
44 Parcel dest = Parcel.obtain();
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/DevCamera/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Launcher2/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/BugReportSender/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/ExampleImsFramework/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/experimental/LoaderApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DCleanupNativeFileList.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/native/jni/
H A DCleanupNativeFileList.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/tools/dicttool/etc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/providers/BookmarkProvider/
H A DAndroid.mk4 # use this file except in compliance with the License. You may obtain a copy of
/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarAppBlockingPolicy.java6 * You may obtain a copy of the License at
66 Parcel payloadParcel = Parcel.obtain();
82 Parcel payloadParcel = Parcel.obtain();
/packages/services/Car/libvehiclenetwork/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/services/Car/tests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/services/Car/vns_policy/
H A DAndroid.mk5 # You may obtain a copy of the License at
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java77 Message msg = Message.obtain(mCallback);
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DAccessibilityUtils.java6 * You may obtain a copy of the License at
43 AccessibilityEvent event = AccessibilityEvent.obtain(
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DVerticalFlingDetector.java6 * You may obtain a copy of the License at
47 mVelocityTracker = VelocityTracker.obtain();

Completed in 1178 milliseconds

123456789