Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/frameworks/libs/binary_translation/kernel_api/tools/
Dkernel_syscalls.json5 "id": "140" string
9 "id": "140" string
15 "id": "142" string
19 "id": "142" string
25 "id": "149", string
30 "id": "149", string
35 "id": "156", string
42 "id": "285" string
46 "id": "202" string
50 "id": "202" string
[all …]
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java56 public CharSequence getText(int id) throws NotFoundException { in getText()
61 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException { in getQuantityText()
66 public String getString(int id) throws NotFoundException { in getString()
71 public String getString(int id, Object... formatArgs) throws NotFoundException { in getString()
76 public String getQuantityString(int id, int quantity, Object... formatArgs) in getQuantityString()
82 public String getQuantityString(int id, int quantity) throws NotFoundException { in getQuantityString()
87 public CharSequence getText(int id, CharSequence def) { in getText()
92 public CharSequence[] getTextArray(int id) throws NotFoundException { in getTextArray()
97 public String[] getStringArray(int id) throws NotFoundException { in getStringArray()
102 public int[] getIntArray(int id) throws NotFoundException { in getIntArray()
[all …]
/frameworks/base/core/java/android/view/inspector/
DPropertyReader.java50 void readBoolean(int id, boolean value); in readBoolean()
59 void readByte(int id, byte value); in readByte()
68 void readChar(int id, char value); in readChar()
77 void readDouble(int id, double value); in readDouble()
86 void readFloat(int id, float value); in readFloat()
95 void readInt(int id, int value); in readInt()
104 void readLong(int id, long value); in readLong()
113 void readShort(int id, short value); in readShort()
124 void readObject(int id, @Nullable Object value); in readObject()
133 void readColor(int id, @ColorInt int value); in readColor()
[all …]
/frameworks/base/core/java/android/util/proto/
DProtoOutputStream.java229 final int id = (int)fieldId; in write() local
364 final int id = (int)fieldId; in write() local
499 final int id = (int)fieldId; in write() local
634 final int id = (int)fieldId; in write() local
767 final int id = (int)fieldId; in write() local
796 final int id = (int)fieldId; in write() local
825 final int id = (int)fieldId; in write() local
860 final int id = (int)fieldId; in start() local
899 final int id = checkFieldId(fieldId, FIELD_COUNT_SINGLE | FIELD_TYPE_DOUBLE); in writeDouble() local
904 private void writeDoubleImpl(int id, double val) { in writeDoubleImpl()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
DCompatConfigBuilder.java42 CompatConfigBuilder addEnableAfterSdkChangeWithId(int sdk, long id) { in addEnableAfterSdkChangeWithId()
47 CompatConfigBuilder addEnableAfterSdkChangeWithIdAndName(int sdk, long id, String name) { in addEnableAfterSdkChangeWithIdAndName()
52 CompatConfigBuilder addEnableAfterSdkChangeWithIdDefaultDisabled(int sdk, long id) { in addEnableAfterSdkChangeWithIdDefaultDisabled()
57 CompatConfigBuilder addEnableAfterSdkChangeWithIdAndDescription(int sdk, long id, in addEnableAfterSdkChangeWithIdAndDescription()
63 CompatConfigBuilder addEnableSinceSdkChangeWithId(int sdk, long id) { in addEnableSinceSdkChangeWithId()
68 CompatConfigBuilder addEnableSinceSdkChangeWithIdAndName(int sdk, long id, String name) { in addEnableSinceSdkChangeWithIdAndName()
73 CompatConfigBuilder addEnableSinceSdkChangeWithIdDefaultDisabled(int sdk, long id) { in addEnableSinceSdkChangeWithIdDefaultDisabled()
78 CompatConfigBuilder addEnableSinceSdkChangeWithIdAndDescription(int sdk, long id, in addEnableSinceSdkChangeWithIdAndDescription()
84 CompatConfigBuilder addEnabledChangeWithId(long id) { in addEnabledChangeWithId()
89 CompatConfigBuilder addEnabledChangeWithIdAndName(long id, String name) { in addEnabledChangeWithIdAndName()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/
DLayerHierarchyTest.h53 LayerCreationArgs createArgs(uint32_t id, bool canBeRoot, uint32_t parentId, in createArgs()
63 LayerCreationArgs createDisplayMirrorArgs(uint32_t id, ui::LayerStack layerStackToMirror) { in createDisplayMirrorArgs()
92 virtual void createRootLayer(uint32_t id) { in createRootLayer()
100 void createDisplayMirrorLayer(uint32_t id, ui::LayerStack layerStack) { in createDisplayMirrorLayer()
107 virtual void createLayer(uint32_t id, uint32_t parentId) { in createLayer()
115 std::vector<TransactionState> reparentLayerTransaction(uint32_t id, uint32_t newParentId) { in reparentLayerTransaction()
126 void reparentLayer(uint32_t id, uint32_t newParentId) { in reparentLayer()
130 std::vector<TransactionState> relativeLayerTransaction(uint32_t id, uint32_t relativeParentId) { in relativeLayerTransaction()
140 void reparentRelativeLayer(uint32_t id, uint32_t relativeParentId) { in reparentRelativeLayer()
144 void removeRelativeZ(uint32_t id) { in removeRelativeZ()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/autofill/
DAutofillIdTest.java38 final AutofillId id = new AutofillId(42); in testNonVirtual() local
47 final AutofillId id = new AutofillId(42, 108); in testVirtual_int() local
66 final AutofillId id = new AutofillId(new AutofillId(42), 4815162342L, 108); in testVirtual_long() local
87 final AutofillId id = new AutofillId(new AutofillId(42), 108); in testVirtual_parentObjectConstructor() local
100 final AutofillId id = new AutofillId(new AutofillId(42), 108L, 666); in testVirtual_withSession() local
121 final AutofillId id = new AutofillId(42); in testFactoryMethod_withoutSession() local
130 final AutofillId id = new AutofillId(new AutofillId(42), 108L, 666); in testVirtual_Long_withoutSession() local
143 final AutofillId id = new AutofillId(42, 108); in testVirtual_Int_withoutSession() local
156 final AutofillId id = new AutofillId(42); in testSetResetSession() local
172 final AutofillId id = new AutofillId(42); in testEqualsHashCode_nonVirtual_same() local
[all …]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationBuilderTest.java197 private void sendNotification(final int id) { in sendNotification()
206 private void cancelNotification(final int id) { in cancelNotification()
224 private Notification buildNotification(int id) { in buildNotification()
440 private void setChecked(int id) { in setChecked()
445 private int getRadioChecked(int id) { in getRadioChecked()
450 private String getRadioTag(int id) { in getRadioTag()
456 private int getRadioInt(int id, int def) { in getRadioInt()
469 private int getRadioHex(int id, int def) { in getRadioHex()
485 private boolean getChecked(int id) { in getChecked()
490 private Bitmap loadBitmap(int id) { in loadBitmap()
[all …]
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/config/
DResourceUnfoldTransitionConfig.kt25 val id = Resources.getSystem() in <lambda>() constant
31 val id = Resources.getSystem() in <lambda>() constant
37 val id = Resources.getSystem() in <lambda>() constant
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsUtListener.aidl35 void utConfigurationUpdated(in IImsUt ut, int id); in utConfigurationUpdated()
37 void utConfigurationUpdateFailed(in IImsUt ut, int id, in ImsReasonInfo error); in utConfigurationUpdateFailed()
43 void utConfigurationQueried(in IImsUt ut, int id, in Bundle ssInfo); in utConfigurationQueried()
45 void utConfigurationQueryFailed(in IImsUt ut, int id, in ImsReasonInfo error); in utConfigurationQueryFailed()
47 void lineIdentificationSupplementaryServiceResponse(int id, in ImsSsInfo config); in lineIdentificationSupplementaryServiceResponse()
53 int id, in ImsSsInfo[] cbInfo); in utConfigurationCallBarringQueried()
60 int id, in ImsCallForwardInfo[] cfInfo); in utConfigurationCallForwardQueried()
67 int id, in ImsSsInfo[] cwInfo); in utConfigurationCallWaitingQueried()
/frameworks/base/telephony/java/android/telephony/ims/
DImsUtListener.java71 public void onUtConfigurationUpdated(int id) { in onUtConfigurationUpdated()
79 public void onUtConfigurationUpdateFailed(int id, ImsReasonInfo error) { in onUtConfigurationUpdateFailed()
103 public void onUtConfigurationQueried(int id, Bundle configuration) { in onUtConfigurationQueried()
121 public void onLineIdentificationSupplementaryServiceResponse(int id, in onLineIdentificationSupplementaryServiceResponse()
135 public void onUtConfigurationQueryFailed(int id, ImsReasonInfo error) { in onUtConfigurationQueryFailed()
143 public void onUtConfigurationCallBarringQueried(int id, ImsSsInfo[] cbInfo) { in onUtConfigurationCallBarringQueried()
151 public void onUtConfigurationCallForwardQueried(int id, ImsCallForwardInfo[] cfInfo) { in onUtConfigurationCallForwardQueried()
159 public void onUtConfigurationCallWaitingQueried(int id, ImsSsInfo[] cwInfo) { in onUtConfigurationCallWaitingQueried()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
42 android.hardware.common.NativeHandle getHGraphicBufferProducer(in long id); in getHGraphicBufferProducer()
43 void hideWindow(in long id); in hideWindow()
44 void showWindow(in long id); in showWindow()
45 android.view.Surface getSurface(in long id); in getSurface()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
42 android.hardware.common.NativeHandle getHGraphicBufferProducer(in long id); in getHGraphicBufferProducer()
43 void hideWindow(in long id); in hideWindow()
44 void showWindow(in long id); in showWindow()
45 android.view.Surface getSurface(in long id); in getSurface()
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/
DICarDisplayProxy.aidl53 DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
66 NativeHandle getHGraphicBufferProducer(in long id); in getHGraphicBufferProducer()
74 void hideWindow(in long id); in hideWindow()
86 void showWindow(in long id); in showWindow()
97 Surface getSurface(in long id); in getSurface()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsUtListenerImplBase.java52 public void utConfigurationUpdated(IImsUt ut, int id) throws RemoteException { in utConfigurationUpdated()
56 public void utConfigurationUpdateFailed(IImsUt ut, int id, ImsReasonInfo error) in utConfigurationUpdateFailed()
64 public void utConfigurationQueried(IImsUt ut, int id, Bundle ssInfo) throws RemoteException { in utConfigurationQueried()
68 public void utConfigurationQueryFailed(IImsUt ut, int id, ImsReasonInfo error) in utConfigurationQueryFailed()
76 public void lineIdentificationSupplementaryServiceResponse(int id, ImsSsInfo config) { in lineIdentificationSupplementaryServiceResponse()
83 public void utConfigurationCallBarringQueried(IImsUt ut, int id, ImsSsInfo[] cbInfo) in utConfigurationCallBarringQueried()
91 public void utConfigurationCallForwardQueried(IImsUt ut, int id, ImsCallForwardInfo[] cfInfo) in utConfigurationCallForwardQueried()
99 public void utConfigurationCallWaitingQueried(IImsUt ut, int id, ImsSsInfo[] cwInfo) in utConfigurationCallWaitingQueried()
/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java81 public void onIntentFailed(long id) { in onIntentFailed()
87 public void onActivityLaunched(long id, ComponentName name, int temperature) { in onActivityLaunched()
94 public void onActivityLaunchCancelled(long id) { in onActivityLaunchCancelled()
100 public void onActivityLaunchFinished(long id, ComponentName name, long timestampNs) { in onActivityLaunchFinished()
107 public void onReportFullyDrawn(long id, long timestampNs) { in onReportFullyDrawn()
132 private void handleOnIntentFailed(long id) { in handleOnIntentFailed()
139 private void handleOnActivityLaunched(long id, ComponentName name, in handleOnActivityLaunched()
147 private void handleOnActivityLaunchCancelled(long id) { in handleOnActivityLaunchCancelled()
154 private void handleOnActivityLaunchFinished(long id, ComponentName name, long timestampNs) { in handleOnActivityLaunchFinished()
161 private void handleOnReportFullyDrawn(long id, long timestampNs) { in handleOnReportFullyDrawn()
/frameworks/base/libs/protoutil/src/
DProtoOutputStream.cpp64 const uint32_t id = (uint32_t)fieldId; in internalWrite() local
126 const uint32_t id = (uint32_t)fieldId; in write() local
160 const uint32_t id = (uint32_t)fieldId; in write() local
176 const uint32_t id = (uint32_t)fieldId; in write() local
192 const uint32_t id = (uint32_t)fieldId; in write() local
260 uint32_t id = (uint32_t)fieldId; in start() local
533 ProtoOutputStream::writeLengthDelimitedHeader(uint32_t id, size_t size) in writeLengthDelimitedHeader()
562 ProtoOutputStream::writeDoubleImpl(uint32_t id, double val) in writeDoubleImpl()
569 ProtoOutputStream::writeFloatImpl(uint32_t id, float val) in writeFloatImpl()
576 ProtoOutputStream::writeInt64Impl(uint32_t id, int64_t val) in writeInt64Impl()
[all …]
/frameworks/base/core/java/android/content/pm/
DIDataLoader.aidl29 void create(int id, in DataLoaderParamsParcel params, in create()
32 void start(int id); in start()
33 void stop(int id); in stop()
34 void destroy(int id); in destroy()
36 …void prepareImage(int id, in InstallationFileParcel[] addedFiles, in @utf8InCpp String[] removedFi… in prepareImage()
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/
DICarDisplayProxy.aidl38 android.frameworks.automotive.display.DisplayDesc getDisplayInfo(in long id); in getDisplayInfo()
39 android.hardware.common.NativeHandle getHGraphicBufferProducer(in long id); in getHGraphicBufferProducer()
40 void hideWindow(in long id); in hideWindow()
41 void showWindow(in long id); in showWindow()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java129 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo()
149 private static Pair<String, ResourceValue> getResourceValue(Resources resources, int id) { in getResourceValue()
168 static Drawable getDrawable(Resources resources, int id) { in getDrawable()
173 static Drawable getDrawable(Resources resources, int id, Theme theme) { in getDrawable()
210 static int getColor(Resources resources, int id) { in getColor()
215 static int getColor(Resources resources, int id, Theme theme) throws NotFoundException { in getColor()
239 static ColorStateList getColorStateList(Resources resources, int id) throws NotFoundException { in getColorStateList()
244 static ColorStateList getColorStateList(Resources resources, int id, Theme theme) in getColorStateList()
264 static CharSequence getText(Resources resources, int id, CharSequence def) { in getText()
283 static CharSequence getText(Resources resources, int id) throws NotFoundException { in getText()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DFavoritesModelTest.kt108 val id = "$ID_PREFIX$removed" in <lambda>() constant
120 val id = "$ID_PREFIX$removed" in <lambda>() constant
131 val id = "$ID_PREFIX$removed" in <lambda>() constant
145 val id = "$ID_PREFIX$removed" in <lambda>() constant
157 val id = "$ID_PREFIX$removed" in <lambda>() constant
169 val id = "$ID_PREFIX$removed" in <lambda>() constant
211 val id = "$ID_PREFIX$added" in <lambda>() constant
223 val id = "$ID_PREFIX$added" in <lambda>() constant
238 val id = "$ID_PREFIX$added" in <lambda>() constant
249 val id = "$ID_PREFIX$added" in <lambda>() constant
/frameworks/opt/net/wifi/libwifi_hal/
Dhal_tool.cpp77 wifi_error wifi_set_iface_event_handler_stub(wifi_request_id id, in wifi_set_iface_event_handler_stub()
83 wifi_error wifi_reset_iface_event_handler_stub(wifi_request_id id, in wifi_reset_iface_event_handler_stub()
88 wifi_error wifi_start_gscan_stub(wifi_request_id id, in wifi_start_gscan_stub()
95 wifi_error wifi_stop_gscan_stub(wifi_request_id id, in wifi_stop_gscan_stub()
107 wifi_error wifi_set_bssid_hotlist_stub(wifi_request_id id, in wifi_set_bssid_hotlist_stub()
114 wifi_error wifi_reset_bssid_hotlist_stub(wifi_request_id id, in wifi_reset_bssid_hotlist_stub()
120 wifi_request_id id, wifi_interface_handle iface, in wifi_set_significant_change_handler_stub()
127 wifi_request_id id, wifi_interface_handle iface) { in wifi_reset_significant_change_handler_stub()
141 wifi_error wifi_get_link_stats_stub(wifi_request_id id, in wifi_get_link_stats_stub()
162 wifi_error wifi_rtt_range_request_stub(wifi_request_id id, in wifi_rtt_range_request_stub()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
DMobileNetworkDatabase.java107 public SubscriptionInfoEntity querySubInfoById(String id) { in querySubInfoById()
123 public MobileNetworkInfoEntity queryMobileNetworkInfoById(String id) { in queryMobileNetworkInfoById()
137 public LiveData<UiccInfoEntity> queryUiccInfoById(String id) { in queryUiccInfoById()
145 public void deleteSubInfoBySubId(String id) { in deleteSubInfoBySubId()
153 public void deleteMobileNetworkInfoBySubId(String id) { in deleteMobileNetworkInfoBySubId()
160 public void deleteUiccInfoBySubId(String id) { in deleteUiccInfoBySubId()
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/
DExternalResources.java103 public void getValue(int id, TypedValue outValue, boolean resolveRefs) { in getValue()
130 public int getInteger(int id) { in getInteger()
141 public int getColor(int id) { in getColor()
146 public int getColor(int id, @Nullable Theme theme) { in getColor()
157 public Drawable getDrawable(int id) { in getDrawable()
162 public Drawable getDrawable(int id, @Nullable Theme theme) { in getDrawable()
168 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList()
174 public ColorStateList getColorStateList(int id, @Nullable Theme theme) { in getColorStateList()
197 public float getDimension(int id) { in getDimension()
209 public CharSequence getText(int id) { in getText()
[all …]
/frameworks/base/core/java/com/android/internal/usb/
DDumpUtils.java53 long id, @NonNull UsbAccessory accessory) { in writeAccessory()
68 long id, @NonNull UsbDevice device) { in writeDevice()
93 @NonNull String idName, long id, @NonNull UsbConfiguration configuration) { in writeConfiguration()
109 long id, @NonNull UsbInterface iface) { in writeInterface()
128 long id, @NonNull UsbEndpoint endpoint) { in writeEndpoint()
146 long id, @NonNull UsbPort port) { in writePort()
191 long id, int powerRole) { in writePowerRole()
200 long id, int dataRole) { in writeDataRole()
209 @NonNull String idName, long id, int contaminantPresenceStatus) { in writeContaminantPresenceStatus()
219 long id, @NonNull UsbPortStatus status) { in writePortStatus()

12345678910>>...69