Searched defs:connect (Results 1 - 25 of 44) sorted by last modified time

12

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java153 if (!mWallpaperConnection.connect()) {
238 public boolean connect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java104 if (!mWallpaperConnection.connect()) {
153 public boolean connect() { method in class:MagicSmokeSelector.WallpaperConnection
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c1083 NJ_UINT8* connect; local
1090 /* Get the packed connect array */
1091 njd_r_get_connect( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], leftPartOfSpeech, NJ_RULE_TYPE_FTOB, &connect );
1093 /* Extract connect array from bit field */
1097 if( connect[ i / 8 ] & (0x80 >> (i % 8))) {
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndrdic.c86 NJ_INT16 njd_r_get_connect(NJ_DIC_HANDLE rule, NJ_UINT16 hinsi, NJ_UINT8 type, NJ_UINT8 **connect) { argument
101 *connect = (NJ_UINT8*)(F_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
106 *connect = (NJ_UINT8*)(B_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h263 NJ_INT16 connect; member in struct:__anon215
348 NJ_EXTERN NJ_INT16 njx_add_word(NJ_CLASS *iwnn, NJ_WORD_INFO *word, NJ_UINT8 type, NJ_UINT8 connect);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DAddWifiNetworkActivity.java149 connect();
200 private void connect() { method in class:AddWifiNetworkActivity
211 connect();
H A DWifiConnectionActivity.java171 connect();
230 connect();
234 private void connect() { method in class:WifiConnectionActivity
246 connect();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DWifiSetupActivity.java317 connect();
379 private void connect() { method in class:WifiSetupActivity
391 connect();
462 connect();
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java114 public boolean connect(BluetoothDevice device) { method in class:A2dpProfile
122 return mService.connect(device);
H A DCachedBluetoothDevice.java39 * functionality that can be performed on the device (connect, pair, disconnect,
89 * When we connect to multiple profiles, we only want to display a single
95 * Last time a bt profile auto-connect was attempted.
97 * MAX_UUID_DELAY_FOR_AUTO_CONNECT milliseconds, we will try auto-connect
105 /** Auto-connect after pairing only if locally initiated. */
194 void connect(boolean connectAllProfiles) { method in class:CachedBluetoothDevice
204 // Attempt to connect if UUIDs are available. Otherwise,
205 // we will connect when the ACTION_UUID intent arrives.
206 connect(false);
217 // If UUIDs are not available yet, connect wil
[all...]
H A DHeadsetProfile.java113 public boolean connect(BluetoothDevice device) { method in class:HeadsetProfile
121 return mService.connect(device);
H A DHidProfile.java101 public boolean connect(BluetoothDevice device) { method in class:HidProfile
103 return mService.connect(device);
H A DLocalBluetoothProfile.java38 boolean connect(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DMapProfile.java114 public boolean connect(BluetoothDevice device) { method in class:MapProfile
115 if(V)Log.d(TAG,"connect() - should not get called");
H A DOppProfile.java43 public boolean connect(BluetoothDevice device) { method in class:OppProfile
H A DPanProfile.java85 public boolean connect(BluetoothDevice device) { method in class:PanProfile
93 return mService.connect(device);
H A DPbapServerProfile.java79 public boolean connect(BluetoothDevice device) { method in class:PbapServerProfile
80 /*Can't connect from server */
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java284 // If we are not editing, connect!
287 connect(profile);
289 Log.e(TAG, "connect", e);
406 private void connect(VpnProfile profile) throws Exception { method in class:VpnSettings
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettings.java539 connect(mSelectedAccessPoint.networkId);
543 connect(mSelectedAccessPoint.getConfig());
577 connect(mSelectedAccessPoint.getConfig());
975 connect(mSelectedAccessPoint.networkId);
985 connect(config);
1013 protected void connect(final WifiConfiguration config) { method in class:WifiSettings
1014 mWifiManager.connect(config, mConnectListener);
1017 protected void connect(final int networkId) { method in class:WifiSettings
1018 mWifiManager.connect(networkId, mConnectListener);
H A DWifiSettingsForSetupWizard.java139 protected void connect(final WifiConfiguration config) { method in class:WifiSettingsForSetupWizard
142 super.connect(config);
146 protected void connect(final int networkId) { method in class:WifiSettingsForSetupWizard
149 super.connect(networkId);
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnTests.java207 private void connect(VpnProfile profile) throws Exception { method in class:VpnTests
347 connect(vpnProfile);
359 connect(vpnProfile);
377 connect(vpnProfile);
395 connect(vpnProfile);
409 connect(vpnProfile);
424 connect(vpnProfile);
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java157 // Get the handle and connect, if not already connected
196 // Don't allow to connect a -4 tag at a different level
199 // revised for NFCA... do allow to connect a -4 tag at this level.
227 public synchronized boolean connect(int technology) { method in class:NativeNfcTag
H A DNativeP2pDevice.java46 public boolean connect() { method in class:NativeP2pDevice
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java158 // Get the handle and connect, if not already connected
190 // Don't allow to connect a -4 tag at a different level
212 public synchronized boolean connect(int technology) { method in class:NativeNfcTag
223 connect(mTechList[0]);
H A DNativeP2pDevice.java46 public boolean connect() { method in class:NativeP2pDevice

Completed in 338 milliseconds

12