Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 36) sorted by relevance

12

/development/tools/apkcheck/src/com/android/apkcheck/
DApiDescrHandler.java74 attributes.getValue("name")); in startElement()
78 attributes.getValue("name"), in startElement()
79 attributes.getValue("extends"), in startElement()
80 attributes.getValue("static")); in startElement()
83 mCurrentClass.addInterface(attributes.getValue("name")); in startElement()
86 mCurrentMethod = new MethodInfo(attributes.getValue("name"), in startElement()
87 attributes.getValue("return")); in startElement()
121 FieldInfo fInfo = new FieldInfo(attributes.getValue("name"), in startElement()
122 attributes.getValue("type")); in startElement()
126 mCurrentMethod.addParameter(attributes.getValue("type")); in startElement()
/development/tools/winscope/src/trace/
Dtrace_test.ts53 expect(await trace.getEntry(0).getValue()).toEqual('entry-0');
54 expect(await trace.getEntry(4).getValue()).toEqual('entry-4');
59 expect(await trace.getEntry(-1).getValue()).toEqual('entry-4');
60 expect(await trace.getEntry(-5).getValue()).toEqual('entry-0');
96 expect(await slice.findClosestEntry(time9)?.getValue()).toEqual('entry-1');
97 expect(await slice.findClosestEntry(time10)?.getValue()).toEqual('entry-1');
98 expect(await slice.findClosestEntry(time11)?.getValue()).toEqual('entry-1');
99 expect(await slice.findClosestEntry(time12)?.getValue()).toEqual('entry-3');
100 expect(await slice.findClosestEntry(time13)?.getValue()).toEqual('entry-3');
101 expect(await slice.findClosestEntry(time14)?.getValue()).toEqual('entry-3');
[all …]
Dframe_mapper_test.ts303 [TraceType.TRANSACTIONS, [await transactions.getEntry(0).getValue()]],
304 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(0).getValue()]],
312 [await transactions.getEntry(1).getValue(), await transactions.getEntry(2).getValue()],
314 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(1).getValue()]],
320 [TraceType.TRANSACTIONS, [await transactions.getEntry(3).getValue()]],
321 [TraceType.SURFACE_FLINGER, [await surfaceFlinger.getEntry(2).getValue()]],
Dtrace_entry_test.ts70 expect(await trace.getEntry(0).getValue()).toEqual('entry-0');
71 expect(await trace.getEntry(1).getValue()).toEqual('entry-1');
/development/samples/TicTacToeMain/src/com/example/android/tictactoe/
DMainActivity.java53 startWithHuman ? State.PLAYER1.getValue() : State.PLAYER2.getValue()); in startGame()
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
DGameView.java60 public int getValue() { in getValue() method in GameView.State
66 if (s.getValue() == i) { in fromInt()
364 data[i] = mData[i].getValue();
369 b.putInt("gv_sel_val", mSelectedValue.getValue());
370 b.putInt("gv_curr_play", mCurrentPlayer.getValue());
371 b.putInt("gv_winner", mWinner.getValue());
405 mSelectedValue = State.fromInt(b.getInt("gv_sel_val", State.EMPTY.getValue()));
406 mCurrentPlayer = State.fromInt(b.getInt("gv_curr_play", State.EMPTY.getValue()));
407 mWinner = State.fromInt(b.getInt("gv_winner", State.EMPTY.getValue()));
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts49 this.uiData.selectedTransition = await entry?.getValue();
63 return entry.getValue();
95 const layerTraceEntry = entry.getValue() as LayerTraceEntry;
109 const wmState = entry.getValue() as WindowManagerState;
/development/tools/winscope/src/viewers/viewer_protolog/
Dpresenter.ts116 const message = await entry.getValue();
176 getValue: (message: LogMessage) => string
180 uniqueValues.add(getValue(message));
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DAccessSourcer.java66 public int getValue() { in getValue() method in AccessSourcer.Flag
101 if ((f.getFilter() & filter) != 0 && (access & f.getValue()) != 0) { in write()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmStorage.java91 alarms.add(Alarm.fromJson(entry.getValue().toString())); in getAlarms()
105 Alarm alarm = Alarm.fromJson(entry.getValue().toString()); in deleteAlarm()
/development/tools/mkstubs/src/com/android/mkstubs/
DStubGenerator.java61 ClassReader cr = entry.getValue(); in generateStubbedJar()
94 jar.write(entry.getValue()); in createJar()
DSourceGenerator.java57 ClassReader cr = entry.getValue(); in generateSource()
/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording.ts40 await entry?.getValue();
/development/tools/winscope/src/test/unit/
Dtrace_utils.ts23 return await entry.getValue();
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DNfcProvisioningFragment.java112 if (!TextUtils.isEmpty(e.getValue())) { in createNdefMessage()
116 value = e.getValue(); in createNdefMessage()
121 value = e.getValue(); in createNdefMessage()
/development/tools/winscope/src/viewers/common/
Dpresenter_input_method.ts112 this.entry = (await imeEntry.getValue()) as TraceTreeNode;
115 await wmEntry?.getValue(),
116 await sfEntry?.getValue()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DShareContent.java48 getResources().getValue(R.drawable.jellies, tv, true); in onCreate()
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DResponseHelper.java47 final AutofillId id = field.getValue(); in newUnlockedDataset()
93 AutofillId id = field.getValue(); in newLockedDataset()
/development/tools/winscope/src/viewers/viewer_view_capture/
Dpresenter.ts105 this.selectedFrameData = await entry?.getValue();
106 this.previousFrameData = await prevEntry?.getValue();
/development/tools/winscope/src/viewers/viewer_transactions/
Dpresenter.ts283 const entryProto = (await entry.getValue()) as any;
440 getValue: (entry: UiDataEntry) => T
444 uniqueValues.add(getValue(entry));
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/
DAppUsageStatisticsFragment.java110 .getValue(strings[position]); in onViewCreated()
222 static StatsUsageInterval getValue(String stringRepresentation) { in getValue() method in AppUsageStatisticsFragment.StatsUsageInterval
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
DTouristAttractions.java135 double distance = SphericalUtil.computeDistanceBetween(curLatLng, entry.getValue()); in getClosestCity()
/development/tools/winscope/src/viewers/viewer_window_manager/
Dpresenter.ts164 this.entry = (await entry?.getValue()) ?? null;
165 this.previousEntry = (await prevEntry?.getValue()) ?? null;
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts113 this.entry = (await entry?.getValue()) ?? null;
114 this.previousEntry = (await prevEntry?.getValue()) ?? null;
/development/tools/winscope/src/app/
Dtrace_pipeline.ts97 return (await screenRecording.getEntry(0).getValue()).videoData;

12