OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LowpanRuntimeException
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/lowpan/java/android/net/lowpan/
LowpanRuntimeException.java
27
public class
LowpanRuntimeException
extends AndroidRuntimeException {
29
public
LowpanRuntimeException
() {}
31
public
LowpanRuntimeException
(String message) {
35
public
LowpanRuntimeException
(String message, Throwable cause) {
39
public
LowpanRuntimeException
(Exception cause) {
LowpanException.java
80
throw new
LowpanRuntimeException
(
84
throw new
LowpanRuntimeException
(
89
throw new
LowpanRuntimeException
(e);
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java
36
import android.net.lowpan.
LowpanRuntimeException
;
182
} catch (LowpanException |
LowpanRuntimeException
x) {
195
} catch (LowpanException |
LowpanRuntimeException
x) {
284
} catch (LowpanException |
LowpanRuntimeException
x) {
427
} catch (LowpanException |
LowpanRuntimeException
x) {
Completed in 237 milliseconds