HomeSort by relevance Sort by last modified time
    Searched refs:Void (Results 151 - 175 of 1326) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
ApnEditorActivity.java 52 protected void onCreate(Bundle savedInstanceState) {
105 protected void onPrepareDialog(int id, Dialog dialog, Bundle args) {
172 public void onCreate(Bundle icicle) {
178 public void onActivityCreated(Bundle savedInstanceState) {
205 new AsyncTask<Void, Void, Void>() {
207 protected Void doInBackground(Void... params) {
218 protected void onPostExecute(Void result)
    [all...]
  /external/guice/core/test/com/google/inject/spi/
SpiBindingsTest.java 55 public void testBindConstant() {
58 protected void configure() {
64 @Override public <T> Void visit(Binding<T> binding) {
73 public void testToInstanceBinding() {
76 protected void configure() {
82 @Override public <T> Void visit(Binding<T> binding) {
87 @Override public Void visit(InstanceBinding<? extends T> binding) {
93 public Void visitEagerSingleton() {
103 public void testToProviderBinding() {
108 protected void configure()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 135 public void onCreate(SQLiteDatabase db) {
150 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
371 protected void onCreate(Bundle savedInstanceState) {
397 AsyncTask<Void, Void, Void> mPopulatingTask;
399 @Override public void onActivityCreated(Bundle savedInstanceState) {
420 @Override public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
435 mPopulatingTask = new AsyncTask<Void, Void, Void>()
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 136 public void onCreate(SQLiteDatabase db) {
151 public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
372 protected void onCreate(Bundle savedInstanceState) {
398 AsyncTask<Void, Void, Void> mPopulatingTask;
400 @Override public void onActivityCreated(Bundle savedInstanceState) {
421 @Override public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
436 mPopulatingTask = new AsyncTask<Void, Void, Void>()
    [all...]
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_iface_hidl_test.cpp 31 using ::android::hardware::Void;
66 virtual void SetUp() override {
75 virtual void TearDown() override { stopSupplicant(); }
85 Return<void> onNetworkAdded(uint32_t /* id */) override { return Void(); }
86 Return<void> onNetworkRemoved(uint32_t /* id */) override { return Void(); }
87 Return<void> onStateChanged(
91 return Void();
93 Return<void> onAnqpQueryDone
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java 68 protected void setUp() throws Exception {
140 protected void tearDown() throws Exception {
146 public void testAllFullDisplayName() {
162 public void testKeyboardLayoutSetName() {
226 public void testPredefinedSubtypesInEnglishSystemLocale() {
227 final RunInLocale<Void> tests = new RunInLocale<Void>() {
229 protected Void job(final Resources res) {
267 public void testAdditionalSubtypesInEnglishSystemLocale() {
268 final RunInLocale<Void> tests = new RunInLocale<Void>()
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
IdleConstraintTestActivity.java 80 public void onReceive(Context context, Intent intent) {
96 protected void onCreate(Bundle savedInstanceState) {
118 protected void onResume() {
128 protected void onDestroy() {
134 protected void startTestImpl() {
140 private class TestIdleModeTaskNotIdle extends AsyncTask<Void, Void, Void> {
142 protected Void doInBackground(Void... voids)
    [all...]
  /device/google/wahoo/power/
Power.cpp 46 using ::android::hardware::Void;
54 Return<void> Power::setInteractive(bool interactive) {
56 return Void();
59 return Void();
62 Return<void> Power::powerHint(PowerHint hint, int32_t data) {
65 return Void();
70 return Void();
74 return Void();
77 return Void();
80 Return<void> Power::setFeature(Feature /*feature*/, bool /*activate*/)
    [all...]
  /packages/apps/TV/src/com/android/tv/
MediaSessionWrapper.java 79 void setPlaybackState(boolean isPlaying) {
98 void update(boolean blocked, Channel currentChannel, Program currentProgram) {
136 void release() {
150 private void updatePosterArt(Channel currentChannel, Program currentProgram,
163 private void updateMediaMetadata(final String title, final Bitmap posterArt) {
164 new AsyncTask<Void, Void, Void>() {
166 protected Void doInBackground(Void... arg0)
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.java 42 public abstract class InterpreterInstaller extends AsyncTask<Void, Void, Boolean> {
52 protected volatile AsyncTask<Void, Integer, Long> mTaskHolder;
64 public void run() {
67 AsyncTask<Void, Integer, Long> newTask = null;
102 public void run() {
193 protected Boolean doInBackground(Void... params) {
196 public void run() {
201 public void run() {
231 protected void finish(boolean result)
    [all...]
  /hardware/ril/libril/
sap_service.cpp 31 using ::android::hardware::Void;
50 Return<void> setCallback(const ::android::sp<ISapCallback>& sapCallbackParam);
52 Return<void> connectReq(int32_t token, int32_t maxMsgSize);
54 Return<void> disconnectReq(int32_t token);
56 Return<void> apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command);
58 Return<void> transferAtrReq(int32_t token);
60 Return<void> powerReq(int32_t token, bool state);
62 Return<void> resetSimReq(int32_t token);
64 Return<void> transferCardReaderStatusReq(int32_t token);
66 Return<void> setTransferProtocolReq(int32_t token, SapTransferProtocol transferProtocol)
    [all...]
  /external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
PatchReader.java 65 List<TypedRange<Void>> oldFileUncompressionPlan =
66 new ArrayList<TypedRange<Void>>(numOldFileUncompressionInstructions);
74 TypedRange<Void> range = new TypedRange<Void>(offset, length, null);
141 new TypedRange<Void>(
143 new TypedRange<Void>(
  /frameworks/base/services/core/java/com/android/server/
MasterClearReceiver.java 45 public void onReceive(final Context context, final Intent intent) {
72 public void run() {
93 private class WipeDataTask extends AsyncTask<Void, Void, Void> {
105 protected void onPreExecute() {
113 protected Void doInBackground(Void... params) {
124 protected void onPostExecute(Void result)
    [all...]
  /hardware/interfaces/camera/device/3.3/default/
CameraDeviceSession.cpp 43 Return<void> CameraDeviceSession::configureStreams_3_3(
56 return Void();
64 return Void();
72 return Void();
77 return Void();
110 return Void();
170 return Void();
  /hardware/interfaces/gnss/1.0/default/
GnssGeofencing.cpp 53 void GnssGeofencing::gnssGfTransitionCb(int32_t geofenceId,
78 void GnssGeofencing::gnssGfStatusCb(int32_t status, GpsLocation* location) {
99 void GnssGeofencing::gnssGfAddCb(int32_t geofenceId, int32_t status) {
112 void GnssGeofencing::gnssGfRemoveCb(int32_t geofenceId, int32_t status) {
125 void GnssGeofencing::gnssGfPauseCb(int32_t geofenceId, int32_t status) {
138 void GnssGeofencing::gnssGfResumeCb(int32_t geofenceId, int32_t status) {
151 pthread_t GnssGeofencing::createThreadCb(const char* name, void (*start)(void*), void* arg) {
156 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback)
    [all...]
GnssNi.cpp 47 pthread_t GnssNi::createThreadCb(const char* name, void (*start)(void*), void* arg) {
51 void GnssNi::niNotifyCb(GpsNiNotification* notification) {
84 Return<void> GnssNi::setCallback(const sp<IGnssNiCallback>& callback) {
87 return Void();
93 return Void();
96 Return<void> GnssNi::respond(int32_t notifId, IGnssNiCallback::GnssUserResponseType userResponse) {
102 return Void();
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 63 public void onClick(View v) {
78 new AsyncTask<Void, Void, Void>() {
83 protected Void doInBackground(Void... params) {
89 protected void onPostExecute(Void aVoid) {
98 protected void onPreExecute() {
125 private void doMasterClear()
    [all...]
  /system/bt/test/rootcanal/
bluetooth_hci.cc 46 virtual void serviceDied(
55 void setHasDied(bool has_died) { has_died_ = has_died; }
64 Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) {
69 return Void();
124 return Void();
127 Return<void> BluetoothHci::close() {
129 return Void();
132 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) {
142 return Void();
145 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& /* packet */)
    [all...]
  /cts/hostsidetests/theme/app/src/android/theme/app/
GenerateBitmapTask.java 34 class GenerateBitmapTask extends AsyncTask<Void, Void, Boolean> {
51 protected void onPreExecute() {
65 protected Boolean doInBackground(Void... ignored) {
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
SyncChannelJobService.java 46 protected void onPostExecute(Boolean success) {
63 private static class SyncChannelTask extends AsyncTask<Void, Void, Boolean> {
72 protected Boolean doInBackground(Void... voids) {
  /device/asus/fugu/dumpstate/
DumpstateDevice.cpp 44 static void base64_output3(int out_fd, const unsigned char *src, int len)
60 static void fugu_dump_base64(int out_fd, const char *path)
113 Return<void> DumpstateDevice::dumpstateBoard(const hidl_handle& handle) {
116 return Void();
122 return Void();
132 return Void();
  /device/google/wahoo/wifi_offload/
Offload.cpp 25 Return<void> Offload::configureScans(const ScanParam &param, const ScanFilter &filter,
30 Return<void> Offload::getScanStats(getScanStats_cb _hidl_cb) {
34 Return<void> Offload::subscribeScanResults(uint32_t delayMs, subscribeScanResults_cb _hidl_cb) {
38 Return<void> Offload::unsubscribeScanResults() {
42 return Void();
45 Return<void> Offload::setEventCallback(const sp<IOffloadCallback>& cb) {
48 return Void();
53 return Void();
68 void Offload::onObjectDeath(uint64_t cookie) {
  /external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
PatchReaderTest.java 47 private static final TypedRange<Void> OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE1 =
48 new TypedRange<Void>(BIG, 17L, null);
50 private static final TypedRange<Void> OLD_DELTA_FRIENDLY_UNCOMPRESS_RANGE2 =
51 new TypedRange<Void>(BIG + 25L, 19L, null);
53 private static final List<TypedRange<Void>> OLD_DELTA_FRIENDLY_UNCOMPRESS_PLAN =
73 private static final TypedRange<Void> DELTA_FRIENDLY_OLD_FILE_WORK_RANGE =
74 new TypedRange<Void>(0, DELTA_FRIENDLY_OLD_FILE_SIZE, null);
76 private static final TypedRange<Void> DELTA_FRIENDLY_NEW_FILE_WORK_RANGE =
77 new TypedRange<Void>(0, DELTA_FRIENDLY_NEW_FILE_SIZE, null);
121 public void setup()
    [all...]
  /external/guice/core/src/com/google/inject/util/
Modules.java 61 public void configure(Binder binder) {}
125 public void configure(Binder binder) {
175 public void configure() {
207 @Override public <T> Void visit(Binding<T> binding) {
212 @Override public Void visit(ScopeBinding scopeBinding) {
217 @Override public Void visit(PrivateElements privateElements) {
229 @Override public <T> Void visit(Binding<T> binding) {
248 void rewrite(Binder binder, PrivateElements privateElements, Set<Key<?>> keysToSkip) {
275 @Override public Void visit(PrivateElements privateElements) {
280 @Override public Void visit(ScopeBinding scopeBinding)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_return_util.h 33 Return<void> validateAndCall(
35 const std::function<void(const SupplicantStatus&)>& hidl_cb, Args&&... args)
42 return Void();
48 Return<void> validateAndCall(
50 const std::function<void(const SupplicantStatus&, ReturnT)>& hidl_cb,
64 return Void();
72 Return<void> validateAndCall(
74 const std::function<void(const SupplicantStatus&, ReturnT1, ReturnT2)>&
91 return Void();

Completed in 639 milliseconds

1 2 3 4 5 67 8 91011>>