Home
last modified time | relevance | path

Searched refs:getInfo (Results 1 – 25 of 67) sorted by relevance

123

/frameworks/base/core/java/android/print/
DPrintJob.java63 public @NonNull PrintJobInfo getInfo() { in getInfo() method in PrintJob
84 final int state = getInfo().getState(); in cancel()
115 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()
128 return getInfo().getState() == PrintJobInfo.STATE_STARTED; in isStarted()
141 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
152 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED; in isCompleted()
166 return getInfo().getState() == PrintJobInfo.STATE_FAILED; in isFailed()
177 return getInfo().getState() == PrintJobInfo.STATE_CANCELED; in isCancelled()
/frameworks/base/core/java/android/printservice/
DPrintJob.java85 public @NonNull PrintJobInfo getInfo() { in getInfo() method in PrintJob
125 return getInfo().getState() == PrintJobInfo.STATE_QUEUED; in isQueued()
141 return getInfo().getState() == PrintJobInfo.STATE_STARTED; in isStarted()
157 return getInfo().getState() == PrintJobInfo.STATE_BLOCKED; in isBlocked()
171 return getInfo().getState() == PrintJobInfo.STATE_COMPLETED; in isCompleted()
185 return getInfo().getState() == PrintJobInfo.STATE_FAILED; in isFailed()
199 return getInfo().getState() == PrintJobInfo.STATE_CANCELED; in isCancelled()
218 final int state = getInfo().getState(); in start()
241 PrintJobInfo info = getInfo(); in block()
398 return getInfo().getTag(); in getTag()
[all …]
DPrintDocument.java59 public @NonNull PrintDocumentInfo getInfo() { in getInfo() method in PrintDocument
/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java700 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Token
736 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Html
781 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.MusicTrack
782 List<String> info = super.getInfo(); in getInfo()
801 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Link
802 List<String> info = super.getInfo(); in getInfo()
838 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.Video
839 List<String> info = super.getInfo(); in getInfo()
897 public List<String> getInfo() { in getInfo() method in AbstractMessageParser.YouTubeVideo
898 List<String> info = super.getInfo(); in getInfo()
[all …]
/frameworks/support/lifecycle/common/src/main/java/android/arch/lifecycle/
DReflectiveGenericLifecycleObserver.java40 mInfo = getInfo(mWrapped.getClass()); in ReflectiveGenericLifecycleObserver()
85 private static CallbackInfo getInfo(Class klass) { in getInfo() method in ReflectiveGenericLifecycleObserver
113 CallbackInfo superInfo = getInfo(superclass); in createInfo()
123 for (Entry<MethodReference, Event> entry : getInfo(intrfc).mHandlerToEvent.entrySet()) { in createInfo()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DStateMachineTest.java234 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuit()
238 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuit()
336 assertEquals(EXIT, lr.getInfo()); in testStateMachineQuitNow()
340 assertEquals(ON_QUITTING, lr.getInfo()); in testStateMachineQuitNow()
477 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
481 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
485 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
499 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
503 assertEquals(ENTER, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
510 assertEquals(EXIT, lr.getInfo()); in testStateMachineEnterExitTransitionToTest()
[all …]
/frameworks/base/telecomm/java/android/telecom/Logging/
DSession.java63 public static Info getInfo (Session s) { in getInfo() method in Session.Info
200 public Info getInfo() { in getInfo() method in Session
201 return Info.getInfo(this); in getInfo()
/frameworks/native/services/inputflinger/
DInputApplication.h45 inline const InputApplicationInfo* getInfo() const { in getInfo() function
DInputDispatcher.cpp482 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowAtLocked()
1031 const InputWindowInfo* info = windowHandle->getInfo(); in resumeAfterTargetsNotReadyTimeoutLocked()
1214 const InputWindowInfo* windowInfo = windowHandle->getInfo(); in findTouchedWindowTargetsLocked()
1240 && newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1321 if (newTouchedWindowHandle->getInfo()->supportsSplitTouch()) { in findTouchedWindowTargetsLocked()
1398 const int32_t foregroundWindowUid = foregroundWindowHandle->getInfo()->ownerUid; in findTouchedWindowTargetsLocked()
1403 if (inputWindowHandle->getInfo()->ownerUid != foregroundWindowUid) { in findTouchedWindowTargetsLocked()
1435 if (foregroundWindowHandle->getInfo()->hasWallpaper) { in findTouchedWindowTargetsLocked()
1438 const InputWindowInfo* info = windowHandle->getInfo(); in findTouchedWindowTargetsLocked()
1440 && windowHandle->getInfo()->layoutParamsType in findTouchedWindowTargetsLocked()
[all …]
DInputWindow.h168 inline const InputWindowInfo* getInfo() const { in getInfo() function
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfDocument.java150 mPages.add(page.getInfo()); in finishPage()
444 public PageInfo getInfo() { in getInfo() method in PdfDocument.Page
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiMhlLocalDeviceStub.java24 HdmiDeviceInfo getInfo() { in getInfo() method in HdmiMhlLocalDeviceStub
DHdmiControlService.java789 return info.getInfo(); in getDeviceInfoByPort()
1025 invokeDeviceEventListeners(newDevice.getInfo(), DEVICE_EVENT_ADD_DEVICE); in handleMhlHotplugEvent()
1031 invokeDeviceEventListeners(device.getInfo(), DEVICE_EVENT_REMOVE_DEVICE); in handleMhlHotplugEvent()
1083 HdmiDeviceInfo info = device.getInfo(); in updateSafeMhlInput()
1088 inputs.add(device.getInfo()); in updateSafeMhlInput()
2370 HdmiDeviceInfo info = (device != null) ? device.getInfo() in changeInputForMhl()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp221 header->e_ident[llvm::ELF::EI_VERSION] = target().getInfo().ELFVersion(); in writeELFHeader()
222 header->e_ident[llvm::ELF::EI_OSABI] = target().getInfo().OSABI(); in writeELFHeader()
223 header->e_ident[llvm::ELF::EI_ABIVERSION] = target().getInfo().ABIVersion(); in writeELFHeader()
241 header->e_machine = target().getInfo().machine(); in writeELFHeader()
251 header->e_flags = target().getInfo().flags(); in writeELFHeader()
620 return pSection.getInfo(); in getSectInfo()
/frameworks/av/media/libstagefright/include/
DHevcUtils.h94 Info getInfo() const { return mInfo; } in getInfo() function
/frameworks/base/telephony/java/android/telephony/mbms/
DStreamingService.java155 public StreamingServiceInfo getInfo() { in getInfo() method in StreamingService
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java166 RemoteDisplayInfo getInfo() { in getInfo() method in RemoteDisplay
DRemoteDisplayProvider.java318 state.displays.add(display.getInfo()); in publishState()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java414 private BugreportInfo getInfo(int id) { in getInfo() method in BugreportProgressService
586 final BugreportInfo info = getInfo(id); in cancel()
601 final BugreportInfo info = getInfo(id); in launchBugreportInfoDialog()
635 if (getInfo(id) == null) { in takeScreenshot()
672 final BugreportInfo info = getInfo(id); in takeScreenshot()
713 final BugreportInfo info = getInfo(resultMsg.arg1); in handleScreenshotResponse()
795 BugreportInfo info = getInfo(id); in onBugreportFinished()
941 BugreportInfo info = getInfo(id); in shareBugreport()
1339 final BugreportInfo info = getInfo(id); in updateBugreportInfo()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h116 size_t getInfo() const { return m_Info; } in getInfo() function
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h99 const GNUInfo& getInfo() const { return *m_pInfo; } in getInfo() function
100 GNUInfo& getInfo() { return *m_pInfo; } in getInfo() function
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp306 if (needsFineScale(codec->getInfo().dimensions(), size, sampleSize)) { in doDecode()
308 scaledWidth = codec->getInfo().width() / sampleSize; in doDecode()
309 scaledHeight = codec->getInfo().height() / sampleSize; in doDecode()
/frameworks/base/media/java/android/media/midi/
DMidiDevice.java132 public MidiDeviceInfo getInfo() { in getInfo() method in MidiDevice
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp93 ASSERT_EQ(0u, (*iter)->getInfo()); in TEST_F()
/frameworks/support/core-utils/java/android/support/v4/print/
DPrintHelper.java486 contentRect = new RectF(page.getInfo().getContentRect()); in writeBitmap()
493 contentRect = new RectF(dummyPage.getInfo().getContentRect()); in writeBitmap()

123