/frameworks/base/core/java/android/print/ |
D | PrintJob.java | 63 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/ |
D | PrintJob.java | 85 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 …]
|
D | PrintDocument.java | 59 public @NonNull PrintDocumentInfo getInfo() { in getInfo() method in PrintDocument
|
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 700 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/ |
D | ReflectiveGenericLifecycleObserver.java | 40 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/ |
D | StateMachineTest.java | 234 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/ |
D | Session.java | 63 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/ |
D | InputApplication.h | 45 inline const InputApplicationInfo* getInfo() const { in getInfo() function
|
D | InputDispatcher.cpp | 482 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 …]
|
D | InputWindow.h | 168 inline const InputWindowInfo* getInfo() const { in getInfo() function
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfDocument.java | 150 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/ |
D | HdmiMhlLocalDeviceStub.java | 24 HdmiDeviceInfo getInfo() { in getInfo() method in HdmiMhlLocalDeviceStub
|
D | HdmiControlService.java | 789 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/ |
D | ELFObjectWriter.cpp | 221 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/ |
D | HevcUtils.h | 94 Info getInfo() const { return mInfo; } in getInfo() function
|
/frameworks/base/telephony/java/android/telephony/mbms/ |
D | StreamingService.java | 155 public StreamingServiceInfo getInfo() { in getInfo() method in StreamingService
|
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/ |
D | RemoteDisplay.java | 166 RemoteDisplayInfo getInfo() { in getInfo() method in RemoteDisplay
|
D | RemoteDisplayProvider.java | 318 state.displays.add(display.getInfo()); in publishState()
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 414 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/ |
D | LDSection.h | 116 size_t getInfo() const { return m_Info; } in getInfo() function
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GNULDBackend.h | 99 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/ |
D | BitmapFactory.cpp | 306 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/ |
D | MidiDevice.java | 132 public MidiDeviceInfo getInfo() { in getInfo() method in MidiDevice
|
/frameworks/compile/mclinker/unittests/ |
D | ELFReaderTest.cpp | 93 ASSERT_EQ(0u, (*iter)->getInfo()); in TEST_F()
|
/frameworks/support/core-utils/java/android/support/v4/print/ |
D | PrintHelper.java | 486 contentRect = new RectF(page.getInfo().getContentRect()); in writeBitmap() 493 contentRect = new RectF(dummyPage.getInfo().getContentRect()); in writeBitmap()
|