HomeSort by relevance Sort by last modified time
    Searched full:parcelable (Results 26 - 50 of 1897) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/sdk/16/
framework.aidl 5 parcelable android.app.Notification;
6 parcelable android.app.PendingIntent;
7 parcelable android.bluetooth.BluetoothDevice;
8 parcelable android.bluetooth.BluetoothHealthAppConfiguration;
9 parcelable android.content.ComponentName;
10 parcelable android.content.Intent;
11 parcelable android.content.IntentSender;
12 parcelable android.content.PeriodicSync;
13 parcelable android.content.SyncStats;
14 parcelable android.content.res.Configuration
    [all...]
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
AddAccountTx.aidl 3 parcelable AddAccountTx;
ConfirmCredentialsTx.aidl 3 parcelable ConfirmCredentialsTx;
EditPropertiesTx.aidl 3 parcelable EditPropertiesTx;
GetAccountRemovalAllowedTx.aidl 3 parcelable GetAccountRemovalAllowedTx;
GetAuthTokenLabelTx.aidl 3 parcelable GetAuthTokenLabelTx;
GetAuthTokenTx.aidl 3 parcelable GetAuthTokenTx;
HasFeaturesTx.aidl 3 parcelable HasFeaturesTx;
UpdateCredentialsTx.aidl 3 parcelable UpdateCredentialsTx;
ConfirmCredentialsTx.java 6 import android.os.Parcelable;
8 public class ConfirmCredentialsTx implements Parcelable {
10 public static final Parcelable.Creator<ConfirmCredentialsTx> CREATOR =
11 new Parcelable.Creator<ConfirmCredentialsTx>() {
EditPropertiesTx.java 5 import android.os.Parcelable;
7 public class EditPropertiesTx implements Parcelable {
9 public static final Parcelable.Creator<EditPropertiesTx> CREATOR =
10 new Parcelable.Creator<EditPropertiesTx>() {
GetAccountRemovalAllowedTx.java 6 import android.os.Parcelable;
8 public class GetAccountRemovalAllowedTx implements Parcelable {
10 public static final Parcelable.Creator<GetAccountRemovalAllowedTx> CREATOR =
11 new Parcelable.Creator<GetAccountRemovalAllowedTx>() {
GetAuthTokenLabelTx.java 4 import android.os.Parcelable;
6 public class GetAuthTokenLabelTx implements Parcelable {
8 public static final Parcelable.Creator<GetAuthTokenLabelTx> CREATOR =
9 new Parcelable.Creator<GetAuthTokenLabelTx>() {
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
ChannelStateData.aidl 3 parcelable ChannelStateData
  /sdk/testapps/aidlTest/libWithAidl/src/com/android/tests/aidl/lib/
MyParcelable.aidl 3 parcelable MyParcelable
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.aidl 19 parcelable SoundTrigger.ConfidenceLevel;
20 parcelable SoundTrigger.Keyphrase;
21 parcelable SoundTrigger.RecognitionEvent;
22 parcelable SoundTrigger.KeyphraseRecognitionEvent;
23 parcelable SoundTrigger.GenericRecognitionEvent;
24 parcelable SoundTrigger.KeyphraseRecognitionExtra;
25 parcelable SoundTrigger.KeyphraseSoundModel;
26 parcelable SoundTrigger.GenericSoundModel;
27 parcelable SoundTrigger.ModuleProperties;
28 parcelable SoundTrigger.RecognitionConfig
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.java 4 import android.os.Parcelable;
6 public final class IntFloat implements Parcelable {
10 public static final Parcelable.Creator<IntFloat> CREATOR = new Parcelable.Creator<IntFloat>() {
StringString.java 4 import android.os.Parcelable;
6 public final class StringString implements Parcelable {
10 public static final Parcelable.Creator<StringString>
11 CREATOR = new Parcelable.Creator<StringString>() {
StringFloat.java 4 import android.os.Parcelable;
6 public final class StringFloat implements Parcelable {
10 public static final Parcelable.Creator<StringFloat>
11 CREATOR = new Parcelable.Creator<StringFloat>() {
  /frameworks/support/compat/gingerbread/android/support/v4/os/
ParcelableCompatCreatorCallbacks.java 20 import android.os.Parcelable;
23 * Callbacks a {@link Parcelable} creator should implement.
28 * Create a new instance of the Parcelable class, instantiating it
30 * {@link Parcelable#writeToParcel Parcelable.writeToParcel()} and
35 * @return Returns a new instance of the Parcelable class.
40 * Create a new array of the Parcelable class.
43 * @return Returns an array of the Parcelable class, with every entry
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkConfiguration.java 21 import android.os.Parcelable;
57 * Get parcelable for this configuration
59 * @return Parcelable
61 public Parcelable toParcelable();
64 * Set values from a parcelable
66 * @param Parcelable
68 public void fromParcelable(Parcelable parcelable);
  /frameworks/support/compat/jellybean/android/support/v4/app/
BundleUtil.java 4 import android.os.Parcelable;
13 * Get an array of Bundle objects from a parcelable array field in a bundle.
18 Parcelable[] array = bundle.getParcelableArray(key);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
CommandApdu.java 4 import android.os.Parcelable;
6 public class CommandApdu implements Parcelable {
28 public static final Parcelable.Creator<CommandApdu> CREATOR =
29 new Parcelable.Creator<CommandApdu>() {
  /frameworks/base/core/java/android/net/
ConnectivityMetricsEvent.java 21 import android.os.Parcelable;
25 public final class ConnectivityMetricsEvent implements Parcelable {
37 final public Parcelable data;
40 int eventTag, Parcelable data) {
47 /** Implement the Parcelable interface */
48 public static final Parcelable.Creator<ConnectivityMetricsEvent> CREATOR
49 = new Parcelable.Creator<ConnectivityMetricsEvent> (){
54 final Parcelable data = source.readParcelable(null);
64 /** Implement the Parcelable interface */
70 /** Implement the Parcelable interface *
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.aidl 20 * Used to indicate that the OperatorInfo object is parcelable to aidl.
21 * This is a simple effort to make OperatorInfo parcelable rather than
23 * implement parcelable. This functionality is needed for the
26 parcelable OperatorInfo;

Completed in 2220 milliseconds

12 3 4 5 6 7 8 91011>>