Searched defs:type (Results 126 - 150 of 1121) sorted by relevance

1234567891011>>

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java27 // Please do not add type constants in this class. More event type constants
58 * @param type Type of information.
62 protected DrmEvent(int uniqueId, int type, String message, argument
65 mType = type;
80 * @param type Type of information.
83 protected DrmEvent(int uniqueId, int type, String message) { argument
85 mType = type;
102 * Retrieves the type of information that is associated with this object.
104 * @return The type o
[all...]
/frameworks/base/libs/androidfw/tests/
H A DLoadedArsc_test.cpp64 const ResTable_type* type = type_spec->types[0]; local
65 ASSERT_THAT(type, NotNull());
66 ASSERT_THAT(LoadedPackage::GetEntry(type, entry_index), NotNull());
88 const ResTable_type* type = type_spec->types[0]; local
89 ASSERT_THAT(type, NotNull());
90 ASSERT_THAT(LoadedPackage::GetEntry(type, entry_index), NotNull());
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java68 int type, String domain, String relpath, long mode, long mtime)
95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
67 onRestoreFile(ParcelFileDescriptor data, long size, int type, String domain, String relpath, long mode, long mtime) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DAccelerationClassifier.java63 public float getFalseTouchEvaluation(int type, Stroke stroke) { argument
H A DProximityClassifier.java95 public float getFalseTouchEvaluation(int type) { argument
96 return ProximityEvaluator.evaluate(mAverageNear, type);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DFileMetadata.java32 public String installerPackageName; // name of the market-type app that installed the owner
33 public int type; // e.g. BackupAgent.TYPE_DIRECTORY field in class:FileMetadata
49 sb.append(type);
64 b.append((type == BackupAgent.TYPE_DIRECTORY) ? 'd' : '-');
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutNonPersistentUser.java61 public void setShortcutHostPackage(@NonNull String type, @Nullable String packageName) { argument
63 mHostPackages.put(type, packageName);
65 mHostPackages.remove(type);
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsb10ACOutputTerminal.java31 public Usb10ACOutputTerminal(int length, byte type, byte subtype, int subClass) { argument
32 super(length, type, subtype, subClass);
H A DUsb20ACHeader.java32 public Usb20ACHeader(int length, byte type, byte subtype, int subclass, int spec) { argument
33 super(length, type, subtype, subclass, spec);
H A DUsb20ACMixerUnit.java36 public Usb20ACMixerUnit(int length, byte type, byte subtype, int subClass) { argument
37 super(length, type, subtype, subClass);
H A DUsb20ASFormatI.java34 public Usb20ASFormatI(int length, byte type, byte subtype, byte formatType, int subclass) { argument
35 super(length, type, subtype, formatType, subclass);
H A DUsb20ASFormatII.java37 public Usb20ASFormatII(int length, byte type, byte subtype, byte formatType, int subclass) { argument
38 super(length, type, subtype, formatType, subclass);
H A DUsb20ASFormatIII.java34 public Usb20ASFormatIII(int length, byte type, byte subtype, byte formatType, int subclass) { argument
35 super(length, type, subtype, formatType, subclass);
H A DUsbACEndpoint.java32 UsbACEndpoint(int length, byte type, int subclass) { argument
33 super(length, type);
53 int length, byte type) {
58 return new UsbACAudioControlEndpoint(length, type, subClass);
61 return new UsbACAudioStreamEndpoint(length, type, subClass);
64 return new UsbACMidiEndpoint(length, type, subClass);
52 allocDescriptor(UsbDescriptorParser parser, int length, byte type) argument
H A DUsbACHeaderInterface.java34 int length, byte type, byte subtype, int subclass, int adcRelease) {
35 super(length, type, subtype, subclass);
33 UsbACHeaderInterface( int length, byte type, byte subtype, int subclass, int adcRelease) argument
H A DUsbACMidiEndpoint.java31 public UsbACMidiEndpoint(int length, byte type, int subclass) { argument
32 super(length, type, subclass);
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsSuppServiceNotification.java42 /** TS 27.007 7.17 "type" (MT only) - Not used currently */
43 public final int type; field in class:ImsSuppServiceNotification
50 public ImsSuppServiceNotification(int notificationType, int code, int index, int type, argument
55 this.type = type;
65 type = in.readInt();
75 ", type=" + type +
91 out.writeInt(type);
/frameworks/base/tools/aapt/
H A DSymbol.h36 android::String16 type; member in struct:Symbol
64 , type(t)
72 android::String8(type).string(),
78 return (package < rhs.package) || (type < rhs.type) || (name < rhs.name) || (id < rhs.id);
/frameworks/base/tools/incident_report/
H A Dgeneric_message.h27 * know what any of the fields are, just their type codes. In other
46 uint32_t type; member in struct:GenericMessage::Node
/frameworks/base/tools/preload/
H A DOperation.java45 final Type type; field in class:Operation
58 int index, Type type) {
63 this.type = type;
98 switch (type) {
125 sb.append(type.toString());
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos, int index, Type type) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h58 /// @param pType [in] the type of the relocation entry
68 /// type - relocation type
69 Type type() const { return m_Type; } function in class:mcld::Relocation
83 /// symbol info - binding, type
109 /// m_Type - the type of the relocation entries
/frameworks/compile/mclinker/lib/Support/
H A DTargetRegistry.cpp87 llvm::Triple::ArchType type = local
89 if (llvm::Triple::UnknownArch != type)
90 pTriple.setArch(type);
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBuiltInVariableExpr.java29 BuiltInVariableExpr(String name, String type, String accessCode) { argument
31 super.setUserDefinedType(type);
H A DInstanceOfExpr.java29 InstanceOfExpr(Expr left, String type) { argument
31 mTypeStr = type;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSystemViewInfo.java48 public void setViewType(ViewType type) { argument
49 mViewType = type;

Completed in 407 milliseconds

1234567891011>>